#!/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 \;