Projet

Général

Profil

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

root / plugins / weather @ 6a1a9c7c

# Date Auteur Commentaire
6a1a9c7c 2020-08-29 18:54 Lars Kruse

Fix wrong "example-directory" names

a731424c 2020-07-12 12:28 Olivier Mehani

[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 station
but want the data in a better format.

Includes warnings on UV and heat indices, and visible lines for wind...

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

86bee016 2019-12-17 18:27 Lars Kruse

Port some python2 plugins to python3

7063330e 2019-12-17 18:25 Lars Kruse

Fix python style issues reported by flake8

Additionally some python2-only "print" statements are now compatible
with python3.

ebdbf1a9 2019-08-13 17:03 Lars Kruse

Plugins weather_*: specify regular expressions as raw strings

New versions of flake8 already complain about the non-raw nature of the
strings (respectively the improper escaping in the regular expression).

e4cd049b 2018-09-15 22:03 Lars Kruse

Fix trivial instances of wrong autoconf exitcodes

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
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...
417bebc3 2018-03-26 22:53 Lars Kruse

Plugin weather_press_: fix style issues

e216f1be 2018-03-26 22:21 Lars Kruse

Plugin: weather_temp_: fix style issues

34840ad9 2018-03-26 22:21 Lars Kruse

Plugin weather_: fixes style issues

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

7fdb4741 2017-02-24 17:54 dipohl

Plugin-Gallery: Get better 2nd level headings
Review of category "system"

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.

2d95020d 2016-08-29 13:23 Samuel Smith

NOAA decommissioned weather.noaa.gov

Change weather.noaa.gov -> tgftp.nws.noaa.gov

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.

a70f7e48 2015-03-02 17:11 Stig Sandbeck Mathisen

Merge pull request #553 from vlajos/typofixes-vlajos-20141204

typofixes - https://github.com/vlajos/misspell_fixer

fba800ae 2015-03-02 06:51 Veres Lajos

typofixes - https://github.com/vlajos/misspell_fixer

Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic

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_

211ec3af 2013-09-04 12:18 Steve Schnepp

temperature_: fix for F units

Closes #371

3bb2c5e2 2012-08-09 19:00 Diego Elio Pettenò

Move weather plugins where they belong.

a160dea0 2012-04-11 06:08 Maxim Kravets

Proper shebang for flexibility

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs