--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2003/03/10 11:34:43 1.3 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2005/06/29 10:26:40 1.7 @@ -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.3 2003/03/10 11:34:43 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 !! @@ -61,6 +61,20 @@ $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 = 60;