#!/usr/bin/env sh if [ "$2" = "" ]; then num=30; else num=$2; fi for nn in $1/rrd/*; do echo "checking $nn" rrdtool fetch $nn -s -$num AVERAGE echo;echo done WebSVN - hotsanic - Blame - Rev 9 - /branches/HotSaNIC-0.5.0-jablonecka/tools/checkdbs.sh
  jablonka.czprosek.czf

hotsanic

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

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1