mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Set upper/lower limit for humidity and wind direction
This commit is contained in:
parent
7e0a33e40f
commit
5212ed78ec
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,7 @@ then
|
||||||
graph_title Humidity in ${CITY}
|
graph_title Humidity in ${CITY}
|
||||||
graph_vlabel %
|
graph_vlabel %
|
||||||
graph_category sensors
|
graph_category sensors
|
||||||
|
graph_args --upper-limit 100 --lower-limit 0
|
||||||
graph_info This graph show the humidity in ${CITY}
|
graph_info This graph show the humidity in ${CITY}
|
||||||
humidity.label humidity
|
humidity.label humidity
|
||||||
|
|
||||||
|
@ -70,8 +71,10 @@ then
|
||||||
graph_title Wind direction in ${CITY}
|
graph_title Wind direction in ${CITY}
|
||||||
graph_vlabel direction
|
graph_vlabel direction
|
||||||
graph_category sensors
|
graph_category sensors
|
||||||
|
graph_args --upper-limit 360 --lower-limit 0
|
||||||
graph_info This graph show the wind direction in ${CITY}
|
graph_info This graph show the wind direction in ${CITY}
|
||||||
direction.label wind direction
|
direction.label wind direction
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Continue if dirty config is enabled
|
# Continue if dirty config is enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue