OS: CentOS 5 x64
Cacti:
OS: CentOS 5 i386
Ver: 0.8.6j
http://www.cat6wired.net/cacti/graph.ph ... rra_id=all
Previously, I was getting graphed data on the network interfaces. It seems that data stopped graphing on 8/22 for some odd reason, and I cannot gather why.
I've made sure permissions are set right, and ran poller.php and cmd.php, both are reporting good snmp walks. What's stranger is that all the other content is coming through normally... like the disk info, memory, etc. Its just the network interfaces that have dropped reporting for some reason.
Any help would be appreciated, just let me know what to post and I'll provide it.
Cacti box (no configuration changes since 6/2007)
Code: Select all
[root@sano ~]# cd /var/www/html/cacti/
[root@sano cacti]# chown cactiuser:root * -R
[root@sano cacti]# php cmd.php
09/21/2007 04:14:44 AM - CMDPHP: Poller[0] Time: 0.8534 s, Theads: N/A, Hosts: 3
[root@sano cacti]# php poller.php
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
OK u:0.00 s:0.00 r:0.08
09/21/2007 04:14:47 AM - SYSTEM STATS: Time:1.1164 Method:cmd.php Processes:1 Threads:N/A Hosts:4 HostsPerProcess:4 DataSources:41 RRDsProcessed:63
Code: Select all
# Accept from these nets
-A RH-Firewall-1-INPUT -s 64.151.89.72/29 -j ACCEPT
-A RH-Firewall-1-INPUT -s 69.59.136.168/29 -j ACCEPT
-A RH-Firewall-1-INPUT -s 208.96.58.32/28 -j ACCEPT
-A RH-Firewall-1-INPUT -s 216.93.189.24/29 -j ACCEPT
# Port Filters
-A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j REJECT
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 25 -j REJECT
-A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 53 -j REJECT
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j REJECT