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
Lars Kruse
c81c20ab3b unify DIRTYCONFIG handling in shell and python plugins
The following issues were fixed:
* comparison too broad (e.g. "0" misinterpreted as "true")
* python: comparing string with number (is never equal in python)
* unwanted non-zero exitcode (compound command "&&" as last command in
  shell code block (e.g. "case" or "if" branch))
* access to unset variable (shell style issue)
2018-04-07 02:17:06 +02:00
kaliko
32d620ccf3 Revert switch to metric system 7e0a33e4 2017-05-31 11:25:16 +02:00
kaliko
782c813887 Avoid same multigraph and field name (prevent hitting munin-monitoring/munin#828) 2017-05-30 21:18:32 +02:00
kaliko
5212ed78ec Set upper/lower limit for humidity and wind direction 2017-05-30 21:16:43 +02:00
kaliko
7e0a33e40f Switch to metric system, get rid of kelvin offset
Improved readability
Revert env. var. name change
2017-05-30 12:38:45 +02:00
kaliko
8893cfa8a1 Add missing apiid in URL 2017-05-29 13:50:38 +02:00
dipohl
95de964ec9 Plugin-Gallery: Get better 2nd level headings
sensors, weather, snmp
2017-02-24 17:30:35 +01:00
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
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
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