I use RRDTool version 1.2.30 on a Windows platform, I have one .rrd file, and when I tried to extract data using 'rrdtool fetch', it gives me the following error.
ERROR: RRD does not contain RRA matching the selected CF
when running the following command
rrdtool fetch usage.rrd AVERAGE -r 3600-s 1298264400 -e 1298350800
I really don't know what happened with this, even when I tried to view the data in xml using rrdtool dump over usage.rrd, it shows me the following error.
<!-- Round Robin Database Dump --><rrd> <version> 0003 </version <step> 2 </step> <lastupdate> 0 </lastupdate> <ds> <name> </name> <type> </type> <minimal_heartbeat> 0 </minimal_heartbeat> <min> 5.9287877501e-322 </min> <max> NaN </max> <last_ds> LAST </last_ds> <value> 5.0000000000e-001 </value> <unknown_sec> 1 </unknown_sec> </ds> <ds> <name> </name> <type> </type> <minimal_heartbeat> 0 </minimal_heartbeat> <min> 5.9287877501e-322 </min> <max> NaN </max> <last_ds> </last_ds> <value> 2.4703282292e-323 </value> <unknown_sec> 2016 </unknown_sec> </ds> </rrd> ERROR: unknown data acquisition function ''
source share