ERROR:the RRD does not contain an RRA matching the chosen CF
Moderators: Developers, Moderators
0.8.7.a to 0.8.7.b correction OK
Since I have upgraded from 0.8.7.a to 0.8.7.b, all works fine.
I have no more "ERROR:the RRD does not contain an RRA matching the chosen CF", and All my graphs came back.
thanks
I have no more "ERROR:the RRD does not contain an RRA matching the chosen CF", and All my graphs came back.
thanks
understood. LAST appears to work fine in a GPRINT but in an AREA or LINE no joygandalf wrote:There are currently two different answers to the same problem. Some users have their problems fixed, some don't. I hope to work at least with one user to get it solved. Please post the whole failing rrdtool graph statement and rrdtool info for the rrd file used to help me debug it
Reinhard
here is the details
if for example we take the built in unix processes graph template and change the AREA cf type from AVERAGE to LAST then create a new graph the graph fails to render
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="monster - Processes" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="processes" \
--slope-mode \
--font TITLE:9: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="/var/www/cacti/rra/monster_proc_21.rrd":proc:LAST \
DEF:b="/var/www/cacti/rra/monster_proc_21.rrd":proc:AVERAGE \
AREA:a#F51D30FF:"Running Processes" \
GPRINTLAST:"Current\:%8.0lf" \
GPRINTAVERAGE:"Average\:%8.0lf" \
GPRINTMAX:"Maximum\:%8.0lf"
RRDTool Says:
ERROR: the RRD does not contain an RRA matching the chosen CF
i cant seem to paste in the rrdtool info because your forums say there is an error in the mysql syntax when i attempt to submit the posting
"General Error
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE forum_id = 21' at line 3
UPDATE forums SET forum_posts = forum_posts + 1, forum_last_post_id = WHERE forum_id = 21
Line : 423
File : functions_post.php"
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
I've hit a related issue from pure theory. Currently I'm working on a detailed HowTo to explain some issues with consoldidation functions. It MAY require quite some change to cacti, but I'm not sure, yet. Deinitively, another patch is required as a workaround. But, man, I tell you, it's a quite difficult issue to understand in all it's varieties.
Reinhard
Reinhard
- Talon_Karrde
- Posts: 28
- Joined: Mon Sep 17, 2007 4:41 am
- Location: Kamp-Lintfort, Germany
Hey,
I don't know if this helps.
So I've two machines, one for production and one for testing purpose.
I made some SNMP queries on the test machine, with CF LAST in the used graph templates.
After I was satisfied with the results, I decided to port the queries to the production machine.
And then I ran in the same issue as described in this thread.
No Graphs at all.
Now after reading this thread I decided to change the CF to AVERAGE. But I don't create any new graphs.
The still untouched graph suddenly began to appear with all historical data since starting the query.
So I decided to switch back to CF LAST and the graph disappeared again.
On the testing machine the graph is still working, regardless of wich CF function I use.
If I can support with any Information - please let me know.
Kind Regards
Werner
I don't know if this helps.
So I've two machines, one for production and one for testing purpose.
I made some SNMP queries on the test machine, with CF LAST in the used graph templates.
After I was satisfied with the results, I decided to port the queries to the production machine.
And then I ran in the same issue as described in this thread.
No Graphs at all.
Now after reading this thread I decided to change the CF to AVERAGE. But I don't create any new graphs.
The still untouched graph suddenly began to appear with all historical data since starting the query.
So I decided to switch back to CF LAST and the graph disappeared again.
On the testing machine the graph is still working, regardless of wich CF function I use.
If I can support with any Information - please let me know.
Kind Regards
Werner
There is more happiness in giving than there is in receiving.
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
What version of RRDtool? What version of Cacti?
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
I am having this problem with 0.8.7b with the ucd/net device I/O template discussed here:
http://forums.cacti.net/about8777-0-asc-75.html
Any idea when this will be fixed?
http://forums.cacti.net/about8777-0-asc-75.html
Any idea when this will be fixed?
another of the CF errors
I received this after setting up the Windows Service graphs from thread http://forums.cacti.net/viewtopic.php?t ... sc&start=0
Here is the info:
Ubuntu 7.10
Cacti 0.8.7
Latest version of RRDTool
I have only been running cacti for about a month. Here is the debug info.
I changed the CF to average and it started graphing. This is monitoring the up status of a service. I would prefer to monitor last, since I will know if the service is down during the polling.
If y'all need anymore info. I would be glad to provide it.
Thanks for all the work on cacti.
Loren
Here is the info:
Ubuntu 7.10
Cacti 0.8.7
Latest version of RRDTool
I have only been running cacti for about a month. Here is the debug info.
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Utilities Server - Windows Services" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/share/cacti/rra/utilities_server_snmp_qry_307.rrd":snmp_qry:LAST \
DEF:b="/usr/share/cacti/rra/utilities_server_snmp_qry_307.rrd":snmp_qry:AVERAGE \
DEF:c="/usr/share/cacti/rra/utilities_server_snmp_qry_307.rrd":spoolsv_qry:LAST \
DEF:d="/usr/share/cacti/rra/utilities_server_snmp_qry_307.rrd":spoolsv_qry:AVERAGE \
AREA:a#4444FF:"SNMP Service" \
GPRINT:a:LAST:" %8.0lf\n" \
AREA:c#F51D30:"Spooler Service":STACK \
GPRINT:c:LAST:"%8.0lf\n" \
COMMENT:"1 = Running 0 = Not Running"
RRDTool Says:
ERROR: the RRD does not contain an RRA matching the chosen CF
If y'all need anymore info. I would be glad to provide it.
Thanks for all the work on cacti.
Loren
Loren Erwin
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Select "Data Sources", then "RRAs" below. Select each RRA in turn and mark all cf's that you want to use.
If you want to use LAST for a few Data Templates only, copy those RRAs and build new one that inclue the LAST. Select the Data Template and mark the new, copied ones
Last step, recreate the Graphs
Reinhard
If you want to use LAST for a few Data Templates only, copy those RRAs and build new one that inclue the LAST. Select the Data Template and mark the new, copied ones
Last step, recreate the Graphs
Reinhard
Who is online
Users browsing this forum: No registered users and 4 guests