--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2002/05/21 16:47:16 1.2 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2003/03/10 11:34:43 1.3 @@ -25,7 +25,7 @@ # Holds configuration for the perl scripts. # # $Author: tdb $ -# $Id: rrdgraphing.conf,v 1.2 2002/05/21 16:47:16 tdb Exp $ +# $Id: rrdgraphing.conf,v 1.3 2003/03/10 11:34:43 tdb Exp $ #------------------------------------------------------------ # !! if this file gets updated, the perl scripts must also be updated !! @@ -33,10 +33,10 @@ # Base directory for images # (a directory will be constructed for each host under this) # This directory should be in the root of the php webpage structure -$imgdir = "/home/pkg/iscream/public_html/graphs"; +$imgdir = "/opt/rrdgraphing/graphs"; # Location of RRD databases -$rrddir = "/u1/i-scream/databases"; +$rrddir = "/opt/rrdgraphing/databases"; # maximum age (last modified) before an rrd or graph get cleaned up # (in seconds) @@ -63,7 +63,7 @@ $hex_slash = "_2f"; $hex_underscore = "_5f"; # step interval in the rrd databases -$rrdstep = 15; +$rrdstep = 60; # time to wait (in seconds) before retrying a connection # to the i-scream server