Help with RRD/Cacti error message

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
xingli
Posts: 4
Joined: Mon Jul 17, 2006 2:11 am

Help with RRD/Cacti error message

Post by xingli »

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\:'
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

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
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest