Your problem is that you are doing the `cat /tmp/rrdgraph` in the middle.

This is expanding out the quotes in advance for some reason and by the time it 
gets to rrdtool the 
AREA:var1#FF5C00:"Round Trip Times "
has been turned into
AREA:var1#FF5C00:Round Trip Times 
and is taken as three separate arguments, which of course is wrong.  You may 
need to consider using multiple quotes, or backticks to escape the spaces, or 
something.

Steve

Steve Shipway
University of Auckland ITS
UNIX Systems Design Lead
s.ship...@auckland.ac.nz
Ph: +64 9 373 7599 ext 86487


_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to