From cdc3c3532a0acf850b4990b0288b86fde92a0281 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 6 Feb 2011 22:28:57 +0100 Subject: [PATCH] keine limits --- munin/usb-wde1_ | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/munin/usb-wde1_ b/munin/usb-wde1_ index 4a00adc..d4c0bed 100755 --- a/munin/usb-wde1_ +++ b/munin/usb-wde1_ @@ -68,12 +68,14 @@ if [ "$1" = "config" ]; then fi if [ "$TYPE" = "temperature" ]; then echo 'graph_title Temperature' - echo 'graph_args --base 1000 --lower-limit -30 --upper-limit 60' + #echo 'graph_args --base 1000 --lower-limit -30 --upper-limit 60' + echo 'graph_args --base 1000' echo 'graph_vlabel Temperature' echo 'graph_info Shows the temperature of different thermometers' else echo 'graph_title Humidity' - echo 'graph_args --base 1000 --lower-limit 0 --upper-limit 100' + #echo 'graph_args --base 1000 --lower-limit 0 --upper-limit 100' + echo 'graph_args --base 1000' echo 'graph_vlabel Humidity' echo 'graph_info Shows the air humidity of different thermometers (in %)' fi -- 2.30.2