I've failed miserably twice trying to graph both a Cisco 7200 router and now an HP Switch. I am convinced there is something now wrong with graphing the results for these devices.
For some reason, all new graphs I add will not graph and will only display 'nan' in the results. I have a handful of graphs that still continue to work that I added the first day I installed Cacti, but all new graphs since then aren't working.
I am running Ubuntu 6.06 with Cacti 0.8.6j. I did not upgrade to the version, I installed a fresh copy.
I've followed the debugging instructions at http://forums.cacti.net/post-78682.html and here is what I've come up with:
1. Check Cacti Log File
There were no errors in /usr/share/cacti/log/cacti.log
2. Check Basic Data Gathering
After running snmpget, I get the following:
Code: Select all
IF-MIB::ifInOctets.94 = Counter32: 1075492904
It appears as if the output is correct.
4. Check MySQL updating
Everything in the log appeared OK
5. Check rrd file updating
It appears to be updating:
Code: Select all
02/12/2007 12:40:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti-0.8.6j/rra/nocsw2_traffic_in_196.rrd --template traffic_out:traffic_in 1171312805:2739765392:2043914038
I noticed that the ds.last_ds value was larger than the .max, so I upped the amount of 0's. I'm not sure if this will fix the issue, but it's the only problem I see that's wrong with this.
7. Check rrdtool graph statement
These look just fine.
Here's the output of /var/log/poller.log:
http://pastebin.ca/352368
Please let me know what information I can provide, and I will be more than happy to provide it.
Thanks everyone in advance for the help!