--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2005/02/10 17:35:58 1.5 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2006/11/23 16:37:44 1.8 @@ -25,7 +25,7 @@ # Holds configuration for the perl scripts. # # $Author: tdb $ -# $Id: rrdgraphing.conf,v 1.5 2005/02/10 17:35:58 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 !! @@ -35,6 +35,10 @@ # This directory should be in the root of the php webpage structure $imgdir = "/opt/rrdgraphing/graphs"; +# Size of images, in pixels +$imgwidth = 500; +$imgheight = 150; + # Location of RRD databases $rrddir = "/opt/rrdgraphing/databases"; @@ -67,6 +71,14 @@ $hex_space = "_20"; $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 = 60;