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