From 782c8138870f316c2af20e92a70b0b53ce8dab52 Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 30 May 2017 21:18:32 +0200 Subject: [PATCH] Avoid same multigraph and field name (prevent hitting munin-monitoring/munin#828) --- plugins/weather/openweather_ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/weather/openweather_ b/plugins/weather/openweather_ index 1eef9bd8..1c84d826 100755 --- a/plugins/weather/openweather_ +++ b/plugins/weather/openweather_ @@ -51,14 +51,14 @@ then graph_category sensors graph_args --upper-limit 100 --lower-limit 0 graph_info This graph show the humidity in ${CITY} - humidity.label humidity + humi.label humidity multigraph $plugin_name.pressure graph_title Pressure in ${CITY} graph_vlabel hPa graph_category sensors graph_info This graph show the pressure in ${CITY} - pressure.label pressure + press.label pressure multigraph $plugin_name.wind_speed graph_title Wind Speed in ${CITY} @@ -101,10 +101,10 @@ cat <<- EOF temp_max.value $TEMP_MAX multigraph $plugin_name.humidity - humidity.value $HUMIDITY + humi.value $HUMIDITY multigraph $plugin_name.pressure - pressure.value $PRESSURE + press.value $PRESSURE multigraph $plugin_name.wind_speed speed.value $WD_SPEED