Return to command_line.sh CVS log | Up to [local] / nagios / check_rrd / bin |
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 \;