I have recently moved my rrd files from a 32 bit CentOS system to a new 64 bit system. In doing so I followed this guide:
http://slog.carlheaton.co.uk/index.php/ ... itectures/
After installing cacti on the new machine and transfering the rrd files and database to it, the graphs were looking fine, but my problem is that new data is not stored in the files, or it might be stored but it is not usefull. If I put the cacti log on DEBUG I can see that the data collected from the devices is looking fine. (see below)
Code: Select all
04/05/2011 03:50:07 PM - CMDPHP: Poller[0] Host[13] DS[704] SNMP: v2: XXX.XXX.XXX.12, dsname: int_status, oid: .1.3.6.1.2.1.2.2.1.8.10124, output: 2
04/05/2011 03:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/html/cacti/rra/my_sw1_int_status_523.rrd --template int_status N:1
I first thought the reason would have something to do with restrictions on the rrd files but I have tried with chmod 777 and this didn't help. Any ideas of what is going wrong?
Code: Select all
Title:,"'MY-SW1 - Status - Gi0/1 - Timeserver'"
Vertical Label:,"'status'"
Start Date:,"2011-04-04 15:55:00"
End Date:,"2011-04-05 15:55:00"
Step:,"300"
Total Rows:,"289"
Graph ID:,"519"
Host ID:,"9"
Date,"Current status"
2011-04-04 15:55:00,"NaN"
2011-04-04 16:00:00,"NaN"
2011-04-04 16:05:00,"NaN"
2011-04-04 16:10:00,"NaN"
2011-04-04 16:15:00,"NaN"
2011-04-04 16:20:00,"NaN"
2011-04-04 16:25:00,"NaN"
2011-04-04 16:30:00,"NaN"
2011-04-04 16:35:00,"NaN"
2011-04-04 16:40:00,"NaN"
2011-04-04 16:45:00,"NaN"
2011-04-04 16:50:00,"NaN"
2011-04-04 16:55:00,"NaN"
2011-04-04 17:00:00,"NaN"
I use CentOS 5.5 64bit, cacti 0.8.7g