Folks

I am using standard perl not rrdcgi (Due to other perl processing work)

I just don't seem to be able to get the --imginfo command to work.
A snippet of the code I am using is:

-----------------------------------------------------
#!/usr/bin/perl

use RRDs;

SNIP SNIP

RRDs::graph "../images/$client.png",
"--lazy" , "--alt-autoscale-max" ,
"--imginfo" , '<IMG SRC="../rrdgraphs/images/$client.png" WIDTH="495"
HEIGHT="172" ALT="CPU Overview" >',
"--title", "CPU Utilisation for $client",
      SNIP , SNIP
"STACK:cpu_4#000000:CPU Idle %" ;

Can any body suggest as to what I am doing wrong.

Thanks

Matt

Matthew Garrett
Unix System Support
Shell Information Technology International Limited
Loirston House, Wellington Road, Altens, Aberdeen AB12 3BH

Tel: +44 (0)1224 21 7515 Other Tel: Internal 639 7515
Email: [EMAIL PROTECTED]
Internet: http://www.shell.com

--
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