Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / weather / openweather_ @ 6a1a9c7c

Historique | Voir | Annoter | Télécharger (4,19 ko)

# Date Auteur Commentaire
c81c20ab 2018-04-06 20:17 Lars Kruse

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...
32d620cc 2017-05-31 05:25 kaliko

Revert switch to metric system 7e0a33e4

782c8138 2017-05-30 15:18 kaliko

Avoid same multigraph and field name (prevent hitting munin-monitoring/munin#828)

5212ed78 2017-05-30 15:16 kaliko

Set upper/lower limit for humidity and wind direction

7e0a33e4 2017-05-30 06:38 kaliko

Switch to metric system, get rid of kelvin offset

Improved readability
Revert env. var. name change

8893cfa8 2017-05-29 07:50 kaliko

Add missing apiid in URL

95de964e 2017-02-24 11:30 dipohl

Plugin-Gallery: Get better 2nd level headings
sensors, weather, snmp

ef061fdd 2017-01-08 15:39 obma

p: openweather_: typo

f29c2455 2017-01-08 15:39 obma

p: fix openweather_: returned .label instead of .value for wind direction

ae13ec95 2017-01-08 15:39 obma

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.

7d1ac56e 2017-01-08 15:39 obma

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.

f07be516 2015-10-13 11:48 obma

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.

2c5943e4 2015-01-01 09:09 Steve Schnepp

p: updating openweather_ to be multigraph

Now it graph all the values coming from the API

c8f30b09 2015-01-01 04:04 Steve Schnepp

p: adding openweather_