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:
parent
7e0a33e40f
commit
5212ed78ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user