keine limits
authorChristian Weiske <cweiske@cweiske.de>
Sun, 6 Feb 2011 21:28:57 +0000 (22:28 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 6 Feb 2011 21:28:57 +0000 (22:28 +0100)
munin/usb-wde1_

index 4a00adc2ffe0b6af54daac8a4ee63721597f54ee..d4c0bed49d186f0ee2577d1def36595501663bb5 100755 (executable)
@@ -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