mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
add graph_args --lower-limit --upper-limit
This commit is contained in:
parent
162fdae459
commit
b8d47c6626
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ graph_title SwitchBot Meter Humidity
|
||||||
graph_category sensors
|
graph_category sensors
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_vlabel Humidity %
|
graph_vlabel Humidity %
|
||||||
graph_args --base 1000
|
graph_args --base 1000 --lower-limit 0 --upper-limit 100
|
||||||
EOF
|
EOF
|
||||||
for deviceid in ${deviceids}
|
for deviceid in ${deviceids}
|
||||||
do
|
do
|
||||||
|
@ -97,7 +97,7 @@ graph_title SwitchBot Meter Battery
|
||||||
graph_category sensors
|
graph_category sensors
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_vlabel Battery %
|
graph_vlabel Battery %
|
||||||
graph_args --base 1000
|
graph_args --base 1000 --lower-limit 0 --upper-limit 100
|
||||||
EOF
|
EOF
|
||||||
for deviceid in ${deviceids}
|
for deviceid in ${deviceids}
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue