aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-02-06 22:28:57 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-02-06 22:28:57 +0100
commitcdc3c3532a0acf850b4990b0288b86fde92a0281 (patch)
treecba660f76a4f7befc21ac34e627af26e22237780
parentfca688e231031d5179fdd26fc9eb91ba26b19b5b (diff)
downloadusb-wde1-tools-cdc3c3532a0acf850b4990b0288b86fde92a0281.tar.gz
usb-wde1-tools-cdc3c3532a0acf850b4990b0288b86fde92a0281.zip
keine limits
-rwxr-xr-xmunin/usb-wde1_6
1 files 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