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

Diff for /nagios/check_rrd/bin/command_line.sh between version 1.1 and 1.2

version 1.1, 2007/01/10 01:01:40 version 1.2, 2007/01/10 01:17:09
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
   
 #./check_rrd -f test.rrd -w -77,:change=:.25 -c -83,:change=:.5  #./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`  DIR=`dirname $0`
 find /var/www/wstationinfo/ -name *RSSI.rrd -mtime -10 -print -exec \  find /var/www/wstationinfo/ -name *RSSI.rrd -mtime -10 -print -exec \
         ${DIR}/check_rrd -f "{}" -w -90,:change=:.25 -c -85,:change=:.5 \;          ${DIR}/check_rrd -f "{}" -w -80,:change=:.25 -c -85,:change=:.5 \;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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