[rrd-users] ERROR: Garbage ':27:36 2007 ' after command:COMMENT:Thu Aug 9 16:27:36 2007
England, Stuart
Stuart.England at orr.gsi.gov.uk
Thu Aug 9 19:51:05 CEST 2007
Thanks; your suggestion about google'ing for "LLARRD COMMENT" helped me
find the fix to this issue
RRDTool 1.2 requires colons to be escaped within graph comments
Edit larrd-grapher.cgi and look for the following lines (around line
1500 or
thereabouts):
RRDs::graph($RRD_graph,"-s",$graph_c{$service}{$graph}{'start_sec'},
"--title",$graph_c{$service}{$graph}{'title'},"-w576",
"-v",$graph_c{$service}{'yaxis'},"-a","PNG","--lazy",
&defs($host,$service,$graph,$disk_part),
qq{COMMENT:$date\r});
Note the last line above, ie "qq{COMMENT:$date\r});"
It's quite likely that your date variable will contain colons -
therefore
they must be escaped.
A quick and dirty way to take care of this is to insert the following
line
just BEFORE the above code.
$date =~ s/:/\\:/g;
From: Bitsch, Bernhard [mailto:Bernhard.Bitsch at dbd-breitband.de]
Sent: 09 August 2007 18:21
To: England, Stuart; rrd-users at lists.oetiker.ch
Subject: AW: [rrd-users] ERROR: Garbage ':27:36 2007 ' after
command:COMMENT:Thu Aug 9 16:27:36 2007
Hi,
I think, that's not a bug but a feature.
You have to escape the colon ( : ) with a double backslash ( \\ ) if
you use RRDs in perl.
I just tried it and it works.
Bernhard
________________________________
Von: rrd-users-bounces at lists.oetiker.ch
[mailto:rrd-users-bounces at lists.oetiker.ch] Im Auftrag von England,
Stuart
Gesendet: Donnerstag, 9. August 2007 17:39
An: rrd-users at lists.oetiker.ch
Betreff: [rrd-users] ERROR: Garbage ':27:36 2007 ' after
command:COMMENT:Thu Aug 9 16:27:36 2007
Hi, I am trying to use LARRD a plugin to Big Brother system monitor from
Quest but I keep running into broken image links which when click on
give the following error message
ERROR: Garbage ':27:36 2007 ' after command: COMMENT:Thu Aug 9 16:27:36
2007
I have searched for a solution to this problem and came across some
posts on the Cacti website which seem to indicate this is a bug with
RRDTOOL. The Cacti website has downloads for patches to fix this problem
on Cacti but I cant find any information on fixing this for Big Brother
Any ideas?
Thanks
Stuart
The original of this email was scanned for viruses by the Government
Secure Intranet Anti-Virus service supplied by Cable&Wireless in
partnership with MessageLabs. (CCTM Certificate Number 2006/04/0007.) On
leaving the GSi this email was certified virus free.
Communications via the GSi may be automatically logged, monitored and/or
recorded for legal purposes.
This email was received from the INTERNET and scanned by the Government
Secure Intranet Anti-Virus service supplied by Cable&Wireless in
partnership with MessageLabs. (CCTM Certificate Number 2006/04/0007.) In
case of problems, please call your organisation's IT Helpdesk.
Communications via the GSi may be automatically logged, monitored and/or
recorded for legal purposes.
The original of this email was scanned for viruses by the Government Secure Intranet Anti-Virus service supplied by Cable&Wireless in partnership with MessageLabs. (CCTM Certificate Number 2006/04/0007.) On leaving the GSi this email was certified virus free.
Communications via the GSi may be automatically logged, monitored and/or recorded for legal purposes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070809/529f575b/attachment-0001.html
More information about the rrd-users
mailing list