--- projects/cms/source/reports/rrdgraphing/graph.pl 2002/05/21 15:01:43 1.5 +++ projects/cms/source/reports/rrdgraphing/graph.pl 2002/05/21 16:47:16 1.6 @@ -2,6 +2,7 @@ # # i-scream central monitoring system +# http://www.i-scream.org.uk # Copyright (C) 2000-2002 i-scream # # This program is free software; you can redistribute it and/or @@ -26,7 +27,7 @@ # Generates graphs from rrd databases for i-scream data. # # $Author: tdb $ -# $Id: graph.pl,v 1.5 2002/05/21 15:01:43 tdb Exp $ +# $Id: graph.pl,v 1.6 2002/05/21 16:47:16 tdb Exp $ #------------------------------------------------------------ ## TODO @@ -34,7 +35,7 @@ # -- allow configurable periods of graphs # -- comments, types, etc -my($version) = '$Id: graph.pl,v 1.5 2002/05/21 15:01:43 tdb Exp $'; +my($version) = '$Id: graph.pl,v 1.6 2002/05/21 16:47:16 tdb Exp $'; $| = 1;