Fix wrong "example-directory" names
[plugins/weather/wunderground] Add plugin to query station data from Weather Underground
It's a bit backwards, but works a treat when you don't own the stationbut want the data in a better format.
Includes warnings on UV and heat indices, and visible lines for wind...
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
Port some python2 plugins to python3
Fix python style issues reported by flake8
Additionally some python2-only "print" statements are now compatiblewith python3.
Plugins weather_*: specify regular expressions as raw strings
New versions of flake8 already complain about the non-raw nature of thestrings (respectively the improper escaping in the regular expression).
Fix trivial instances of wrong autoconf exitcodes
Whitespace cleanup
unify DIRTYCONFIG handling in shell and python plugins
Plugin weather_press_: fix style issues
Plugin: weather_temp_: fix style issues
Plugin weather_: fixes style issues
Revert switch to metric system 7e0a33e4
Avoid same multigraph and field name (prevent hitting munin-monitoring/munin#828)
Set upper/lower limit for humidity and wind direction
Switch to metric system, get rid of kelvin offset
Improved readabilityRevert env. var. name change
Add missing apiid in URL
Plugin-Gallery: Get better 2nd level headingsReview of category "system"
Plugin-Gallery: Get better 2nd level headingssensors, weather, snmp
p: openweather_: typo
p: fix openweather_: returned .label instead of .value for wind direction
p: fix openweather_: set correct name for multigraphs
Set 'plugin_name' with 'basename $0' and use this variable instead of $0 to avoid having the full path as name for the multigraphs.
p: updating openweather_: replaced fgrep, tr, cut with expr
Use expr to extract values and names from the OpenWeather API xml instead of the - when using a city with spaces in its name not correctly working - fgrep | tr | cut construct.
NOAA decommissioned weather.noaa.gov
Change weather.noaa.gov -> tgftp.nws.noaa.gov
p: openweather_: Add OpenWeather API Key
OpenWeather needs you to use an API key since Oct 9 2015. Therefore I added env.apikey.To get a key just register at OpenWeather.
Merge pull request #553 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:plugins/mail/postfix_mail_stats recieved.labelplugins/nginx/nginx_vhost_traffic
p: updating openweather_ to be multigraph
Now it graph all the values coming from the API
p: adding openweather_
temperature_: fix for F units
Closes #371
Move weather plugins where they belong.
Proper shebang for flexibility
- have some dirs