Historique | Voir | Annoter | Télécharger (4,19 ko)
unify DIRTYCONFIG handling in shell and python plugins
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 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.
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.
p: updating openweather_ to be multigraph
Now it graph all the values coming from the API
p: adding openweather_