[rrd-users] Re: RRDs::graph Problems with NT-Paths

Philip Molter philip at datafoundry.net
Wed Nov 1 17:13:26 MET 2000


On Wed, Nov 01, 2000 at 05:01:33PM +0100, Tehrani, Ulrich wrote:
: Hi,
: I have the following problem with rrdtool 1.0.24 :
: when I use a statement like this in the graph-function of RRDs
: 
: 	
: "DEF:my_util=D\:/temp/FKB_glob_Utilseg_FKBSNT002A.rrd:STATSOKTS:AVERAGE",

If this in perl, and you are using double quoted strings, you need
to escape the backslash to make it come through.  Otherwise, perl
sees it as you escaping the ':', which will come through as a
straight ':'.

 "DEF:my_util=D\\:/temp/FKB_glob_Utilseg_FKBSNT002A.rrd:STATSOKTS:AVERAGE",

* Philip Molter
* DataFoundry.net
* http://www.datafoundry.net/
* philip at datafoundry.net

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list