--- projects/cms/source/reports/rrdgraphing/watch.pl 2004/03/04 11:27:30 1.7 +++ projects/cms/source/reports/rrdgraphing/watch.pl 2004/08/01 10:40:32 1.8 @@ -2,7 +2,7 @@ # # i-scream central monitoring system -# http://www.i-scream.org.uk +# http://www.i-scream.org # Copyright (C) 2000-2002 i-scream # # This program is free software; you can redistribute it and/or @@ -22,20 +22,20 @@ # ----------------------------------------------------------- # i-scream graph generation scripts -# http://www.i-scream.org.uk +# http://www.i-scream.org # # Generates rrd databases for i-scream data by connecting to # the i-scream server and collecting data. # # $Author: tdb $ -# $Id: watch.pl,v 1.7 2004/03/04 11:27:30 tdb Exp $ +# $Id: watch.pl,v 1.8 2004/08/01 10:40:32 tdb Exp $ #------------------------------------------------------------ BEGIN { push (@INC, "/usr/local/packages/rrdtool/lib/perl5/site_perl/5.8.2/sun4-solaris"); } -my($version) = '$Id: watch.pl,v 1.7 2004/03/04 11:27:30 tdb Exp $'; +my($version) = '$Id: watch.pl,v 1.8 2004/08/01 10:40:32 tdb Exp $'; $| = 1;