=================================================================== RCS file: /cvs/nagios/check_rrd/bin/command_line.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagios/check_rrd/bin/command_line.sh 2007/01/10 01:01:40 1.1 +++ nagios/check_rrd/bin/command_line.sh 2007/01/10 01:17:09 1.2 @@ -1,7 +1,10 @@ #!/bin/sh -#./check_rrd -f test.rrd -w -77,:change=:.25 -c -83,:change=:.5 +#./check_rrd -f test.rrd -w -80,:change=:.25 -c -85,:change=:.5 +# -w time=9999999 -c time=9999999 # ignore time change +# -w FromAP=-80:-50 -c FromAP=-90:-55 # more lenient for DS FromAP +# -w FromSU:change=:5 -c FromSU:change=:10 # more lenient on changes FromSU DIR=`dirname $0` find /var/www/wstationinfo/ -name *RSSI.rrd -mtime -10 -print -exec \ - ${DIR}/check_rrd -f "{}" -w -90,:change=:.25 -c -85,:change=:.5 \; + ${DIR}/check_rrd -f "{}" -w -80,:change=:.25 -c -85,:change=:.5 \;