21:47
[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, line 1728. [ERROR] filename is empty for $VAR1 = '#%#name' => 'windChill', 'graph_data_size' => 'normal', 'label' => (...)