Infamously, I have no graphs....

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
shurley
Posts: 5
Joined: Tue May 16, 2006 5:11 pm

Infamously, I have no graphs....

Post by shurley »

So, I am using a perl script to pull perfmon counters using check_nt and the nsclient to a redhat fc4 server runing cacti version h. watching the polling in the logs, it is getting the data, but my graphs are red x'ed. Is there a log file of when the graph gets writen and published where an error may be logged?
shurley
Posts: 5
Joined: Tue May 16, 2006 5:11 pm

OMG, I posted this in the wrong forum...

Post by shurley »

Can someone move this to unix/linux please?
shurley
Posts: 5
Joined: Tue May 16, 2006 5:11 pm

Post by shurley »

Here is the output from the debug. Not sure what the error means.

RRDTool Command:

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="xxxx - Exchange - Remote Queue Length" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="Remote Queue Length" \
DEF:a="/var/www/html/cacti/rra/xxxx_remote_que_lgth_509.rrd":remote_que_lgth:LAST \
AREA:a#FF0000:"Remote Queue Length" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Max\:%8.2lf %s"


RRDTool Says:

ERROR: the RRD does not contain an RRA matching the chosen CF
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

You requested to graph information from your rrd file using the CONSOLIDATION FUNCTION "LAST". But this cf is not present (check:

Code: Select all

rrdtool info <rrd file>
looking at the first 20 lines). You may change your Graph Template to refer to some other cf.
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest