2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
obma
ef061fdd9e p: openweather_: typo 2017-01-08 21:39:40 +01:00
obma
f29c24554b p: fix openweather_: returned .label instead of .value for wind direction 2017-01-08 21:39:40 +01:00
obma
ae13ec95c4 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.
2017-01-08 21:39:40 +01:00
obma
7d1ac56eae 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.
2017-01-08 21:39:40 +01:00
Samuel Smith
2d95020da7 NOAA decommissioned weather.noaa.gov
Change weather.noaa.gov -> tgftp.nws.noaa.gov
2016-08-29 12:23:25 -05:00
obma
f07be516b7 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.
2015-10-13 17:48:04 +02:00
Stig Sandbeck Mathisen
a70f7e48b2 Merge pull request #553 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
2015-03-02 23:11:18 +01:00
Veres Lajos
fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Steve Schnepp
2c5943e469 p: updating openweather_ to be multigraph
Now it graph all the values coming from the API
2015-01-01 14:09:08 +00:00
Steve Schnepp
c8f30b0956 p: adding openweather_ 2015-01-01 09:04:34 +00:00
Steve Schnepp
211ec3afdb temperature_: fix for F units
Closes #371
2013-09-04 18:18:15 +02:00
Diego Elio Pettenò
3bb2c5e2aa Move weather plugins where they belong. 2012-08-09 16:00:56 -07:00
Maxim Kravets
a160dea034 Proper shebang for flexibility 2012-04-11 16:08:02 +06:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00