Infamously, I have no graphs....
Moderators: Developers, Moderators
Infamously, I have no graphs....
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?
OMG, I posted this in the wrong forum...
Can someone move this to unix/linux please?
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" \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Max\:%8.2lf %s"
RRDTool Says:
ERROR: the RRD does not contain an RRA matching the chosen CF
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" \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Max\:%8.2lf %s"
RRDTool Says:
ERROR: the RRD does not contain an RRA matching the chosen CF
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
You requested to graph information from your rrd file using the CONSOLIDATION FUNCTION "LAST". But this cf is not present (check: looking at the first 20 lines). You may change your Graph Template to refer to some other cf.
Reinhard
Code: Select all
rrdtool info <rrd file>
Reinhard
Who is online
Users browsing this forum: No registered users and 0 guests