Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Post general support questions here that do not specifically fall into the Linux or Windows categories.
Moderators: Developers , Moderators
xingli
Posts: 4 Joined: Mon Jul 17, 2006 2:11 am
Post
by xingli » Mon Jul 17, 2006 2:12 am
Not sure why I'm getting the error below when debugging a graph that's not being generated. Thanks for any help.
Code: Select all
RRDTool Command:
/usr/local/rrdtool-1.2.13/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="x.x.x.x: _Server: Req/Sec + Req/Processing" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="" \
--slope-mode \
DEF:a="/xingwww/lsws/MAIL/html/_cacti/rra/x_x_x_x_req_total_98.rrd":Req_Second:LAST \
DEF:b="/xingwww/lsws/MAIL/html/_cacti/rra/x_x_x_x_req_total_98.rrd":Req_InProcess:LAST \
LINE1:a#00FF00:"ReqPerSecond" \
GPRINT::LAST:"Current\:" \
GPRINT::AVERAGE:"Average\:" \
GPRINT::MAX:"Max\:\n" \
LINE1:b#0D006A:"ReqInProcess" \
GPRINT::LAST:"Current\:" \
GPRINT::AVERAGE:"Average\:" \
GPRINT::MAX:"Max\:"
RRDTool Says:
ERROR: Could not parse line 'GPRINT::LAST:Current\:'
gandalf
Developer
Posts: 22383 Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:
Post
by gandalf » Fri Jul 21, 2006 11:56 am
The reference to the DEF/CDEF is missing for them. You'll have to associate a valid data source for those GPRINTs to work
Reinhard
Users browsing this forum: No registered users and 1 guest