[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.1

1.1     ! andrew      1: #!/bin/sh
        !             2:
        !             3: #./check_rrd -f test.rrd -w -77,:change=:.25 -c -83,:change=:.5
        !             4:
        !             5: DIR=`dirname $0`
        !             6: find /var/www/wstationinfo/ -name *RSSI.rrd -mtime -10 -print -exec \
        !             7:        ${DIR}/check_rrd -f "{}" -w -90,:change=:.25 -c -85,:change=:.5 \;

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