2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Set upper/lower limit for humidity and wind direction

This commit is contained in:
kaliko 2017-05-30 21:16:43 +02:00
parent 7e0a33e40f
commit 5212ed78ec

View File

@ -49,6 +49,7 @@ then
graph_title Humidity in ${CITY}
graph_vlabel %
graph_category sensors
graph_args --upper-limit 100 --lower-limit 0
graph_info This graph show the humidity in ${CITY}
humidity.label humidity
@ -70,8 +71,10 @@ then
graph_title Wind direction in ${CITY}
graph_vlabel direction
graph_category sensors
graph_args --upper-limit 360 --lower-limit 0
graph_info This graph show the wind direction in ${CITY}
direction.label wind direction
EOF
# Continue if dirty config is enabled