mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
Merge pull request #1420 from shakemid/fix_switchbotmeter_multi
fix switchbotmeter_multi to add graph_args --lower-limit --upper-limit
This commit is contained in:
commit
a925960d04
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