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