--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2005/06/15 10:41:25 1.6 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2005/06/29 10:26:40 1.7 @@ -25,7 +25,7 @@ # Holds configuration for the perl scripts. # # $Author: tdb $ -# $Id: rrdgraphing.conf,v 1.6 2005/06/15 10:41:25 tdb Exp $ +# $Id: rrdgraphing.conf,v 1.7 2005/06/29 10:26:40 tdb Exp $ #------------------------------------------------------------ # !! if this file gets updated, the perl scripts must also be updated !! @@ -73,6 +73,8 @@ $hex_rbracket = "_28"; $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;