Cannot Reproduce
Details
Assignee
Donald DeslogeDonald DeslogeReporter
Former userFormer user(Deactivated)Components
Affects versions
Priority
Major
Details
Details
Assignee
Donald Desloge
Donald DeslogeReporter
Former user
Former user(Deactivated)Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 14, 2007 at 2:47 PM
Updated May 23, 2011 at 11:40 AM
Resolved May 23, 2011 at 11:40 AM
There is apparently an extra new line character in the string to create a graph.
When I click on the various graphs I see the following log in web.log:
2007-05-14 09:36:54,322 INFO [TP-Processor9] WEB: rtGraph: /usr/bin/rrdtool graph - --imgformat PNG --start 1179074214 --end 1179160614 --title="ICMP Response Time (in microsecnds)" DEF:rt=172.25.1.107/icmp.rrd:icmp:AVERAGE LINE1:rt#0000ff:"Response Time (us)" GPRINT:rt:AVERAGE:" Avg \: %8.2lf %s" GPRINT:rt:MIN:"Min \: %8.2lf %s" GPRINT:rt:MAX:"Max \: %8.2lf %s\n"
2007-05-14 09:36:54,405 INFO [TP-Processor9] WEB: rtGraph: Read from stderr: ERROR: Unknown control code at the end of 'Max : 685.24 k\n'
If I execute the command manually I get the same error, if I remove the trailiing \n, then the command execute just fine.