jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-jablonecka/] [tools/] [checkdbs.sh] - Blame information for rev 14

 

Line No. Rev Author Line
11simandl#!/usr/bin/env sh
2 
3if [ "$2" = "" ]; then num=30; else num=$2; fi
4 
5for nn in $1/rrd/*; do
6 echo "checking $nn"
7 rrdtool fetch $nn -s -$num AVERAGE
8 echo;echo
9 done

Powered by WebSVN 2.2.1