--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2002/05/21 16:47:16 1.2 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2006/11/23 16:37:44 1.8 @@ -1,6 +1,6 @@ # # 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 @@ -20,12 +20,12 @@ # ----------------------------------------------------------- # i-scream rrd graphing configuration file -# http://www.i-scream.org.uk +# http://www.i-scream.org # # 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.8 2006/11/23 16:37:44 tdb Exp $ #------------------------------------------------------------ # !! if this file gets updated, the perl scripts must also be updated !! @@ -33,10 +33,14 @@ # 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"; +# Size of images, in pixels +$imgwidth = 500; +$imgheight = 150; + # 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) @@ -61,9 +65,23 @@ $deleteimgs = 1; $hex_slash = "_2f"; # _ converted to a decimal then hex'd $hex_underscore = "_5f"; +# (space) converted to a decimal then hex'd +$hex_space = "_20"; +# : converted to a decimal then hex'd +$hex_colon = "_3A"; +# \ converted to a decimal then hex'd +$hex_bslash = "_5C"; +# ( converted to a decimal then hex'd +$hex_rbracket = "_28"; +# ) converted to a decimal then hex'd +$hex_lbracket = "_29"; +# + converted to a decimal then hex'd +$hex_plus = "_2B"; +# # converted to a decimal then hex'd +$hex_hash = "_23"; # step interval in the rrd databases -$rrdstep = 15; +$rrdstep = 60; # time to wait (in seconds) before retrying a connection # to the i-scream server