[rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

Steve Shipway s.shipway at auckland.ac.nz
Tue Mar 20 20:06:46 CET 2012


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.shipway at auckland.ac.nz
Ph: +64 9 373 7599 ext 86487




More information about the rrd-users mailing list