1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 02:33:18 +00:00
Munin-Contrib/plugins/weather
Olivier Mehani 38f3a4297e [wunderground_] Fix windChil and heatIndex in root graph
The data was incorrectly loaned from a `temp` subgraph, which should
have been `temperature`.

This led to errors during munin-graph, as follow

    [ERROR] Failed to find windChill source at temp.windChill, skipping field
    [ERROR] Failed to find heatIndex source at temp.heatIndex, skipping field
    [PERL WARNING] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Munin/Master/Utils.pm line 1149, <GEN1> line 1728.
    [ERROR] filename is empty for $VAR1 = {
      '#%#name' => 'windChill',
      'graph_data_size' => 'normal',
      'label' => 'Wind chill [°C]',
      'update_rate' => '300'
    };
    , temp.windChill
    [PERL WARNING] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Munin/Master/Utils.pm line 1149, <GEN1> line 1728.
    [ERROR] filename is empty for $VAR1 = {
      '#%#name' => 'heatIndex',
      'graph_data_size' => 'normal',
      'label' => 'Heat index [°C]',
      'update_rate' => '300'
    };
    , temp.heatIndex

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2022-01-06 21:47:29 +01:00
..
example-graphs Fix wrong "example-directory" names 2020-08-30 00:54:53 +02:00
buienradar_ Unify more author names with special characters 2020-10-19 21:25:19 +02:00
humidity-sensor Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
novra_s300 Whitespace cleanup 2018-08-02 02:33:25 +02:00
openweather_ unify DIRTYCONFIG handling in shell and python plugins 2018-04-07 02:17:06 +02:00
temperature_ Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
temperatures Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
weather_ Update shebang of Python3-compatible plugins to Python3 2020-11-26 02:38:34 +01:00
weather_press_ Port some python2 plugins to python3 2019-12-18 00:27:02 +01:00
weather_temp_ Port some python2 plugins to python3 2019-12-18 00:27:02 +01:00
wfrog Whitespace cleanup 2018-08-02 02:33:25 +02:00
wunderground_ [wunderground_] Fix windChil and heatIndex in root graph 2022-01-06 21:47:29 +01:00