On Tue, Mar 09, 2004 at 05:05:07PM -0500, [EMAIL PROTECTED] wrote:

> I am using the x86 distribution of version 1.0.40
> 
> I am starting to put together a perl script to add some comments at the
> bottom of a graph.  So far I've started with this:
> $commentcmd = ' COMMENT:"\n"';
> $commentcmd = $commentcmd . ' COMMENT:"\n"';
> $commentcmd = $commentcmd . ' COMMENT:"                            Average
> Max       Current\n"';
> $commentcmd = $commentcmd . ' COMMENT:"In"';

This has nothing to do with RRDtool I think.

Add two lines to your perl code.  Something like

  system("echo $commendcmd");
  system("echo \"$commendcmd\"");

I must admit I am no perl guru.  I would have expected the opposite of
what I saw happening.  Nevertheless, I duplicated your problem without
calling rrdtool even once.

HTH
Alex
-- 
begin  sig
http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1
This message was produced without any <iframe tags

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to