[BACK]Return to command_line.sh CVS log [TXT][DIR] Up to [local] / nagios / check_rrd / bin

Annotation of nagios/check_rrd/bin/command_line.sh, Revision 1.2

1.1       andrew      1: #!/bin/sh
                      2:
1.2     ! andrew      3: #./check_rrd -f test.rrd -w -80,:change=:.25 -c -85,:change=:.5
        !             4: #      -w time=9999999 -c time=9999999     # ignore time change
        !             5: #      -w FromAP=-80:-50 -c FromAP=-90:-55 # more lenient for DS FromAP
        !             6: #      -w FromSU:change=:5 -c FromSU:change=:10 # more lenient on changes FromSU
1.1       andrew      7:
                      8: DIR=`dirname $0`
                      9: find /var/www/wstationinfo/ -name *RSSI.rrd -mtime -10 -print -exec \
1.2     ! andrew     10:        ${DIR}/check_rrd -f "{}" -w -80,:change=:.25 -c -85,:change=:.5 \;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>