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

File: [local] / nagios / check_rrd / bin / command_line.sh (download)

Revision 1.1, Wed Jan 10 01:01:40 2007 UTC (17 years, 5 months ago) by andrew
Branch: MAIN

add a sample command line.

#!/bin/sh

#./check_rrd -f test.rrd -w -77,:change=:.25 -c -83,:change=:.5

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 \;