mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Avoid same multigraph and field name (prevent hitting munin-monitoring/munin#828)
This commit is contained in:
parent
5212ed78ec
commit
782c813887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user