My old cacti system has RRDtool 1.2.11, and the new one is RRDtool 1.3.1.gandalf wrote:How did you "export/import/restore" your rrd files? Make sure, that you're not hitting an rrdtool problem (there have been issues when exporting/importing using different rrdtool versions)hid3 wrote:I have the same problem. Importing and restoring old rrd files makes cacti not update them with data. Debug turned on just says something like "Waiting for poller 1/1". I've triple-checked all the permissions, ownership and etc - everything seems to be ok. Posted here a few posts earlier, however, my thread got no response.
Help me please.. I'm stuck with it already about 2 weeks..
Reinhard
On my old system I execute this script:
Code: Select all
for i in `ls *.rrd`; do
rrdtool dump $i > `basename $i .rrd`.xml
done
Also, my old server is running MySQL 4.1.22 while the new one has 5.0.51a. Maybe that could be the problem? Any ideas are welcome!