I've been puzzling over this for the last day or so. I upgraded my home server about 2 days ago from a Core 2 Duo to a Quad.
SNMP - Get Processor Information can see all four cores.
When I create the graphs for the new cores - the next poller run returns a value. Every subsequent poller event thereafter returns nothing.
The data sources are there for the new cores and the rra files are on the filesystem. The name on the data source for the new cores is a little odd.
See the following from poller cache:
Code: Select all
CiscoLab - CPU Utilization Script Server: /usr/share/cacti/scripts/ss_host_cpu.php ss_host_cpu 10.100.5.10 1 2:161:500:public:::MD5::DES: get usage 0
RRD: /usr/share/cacti/rra/ciscolab_cpu_140.rrd
CiscoLab - CPU Utilization Script Server: /usr/share/cacti/scripts/ss_host_cpu.php ss_host_cpu 10.100.5.10 1 2:161:500:public:::MD5::DES: get usage 1
RRD: /usr/share/cacti/rra/ciscolab_cpu_141.rrd
CiscoLab - CPU Utilization - CPU2 Script Server: /usr/share/cacti/scripts/ss_host_cpu.php ss_host_cpu 10.100.5.10 1 2:161:500:public:::MD5::DES: get usage 2
RRD: /usr/share/cacti/rra/ciscolab_cpu_200.rrd
CiscoLab - CPU Utilization - CPU3 Script Server: /usr/share/cacti/scripts/ss_host_cpu.php ss_host_cpu 10.100.5.10 1 2:161:500:public:::MD5::DES: get usage 3
Currently running Fedora Core 8 with:
Code: Select all
Cacti Version 0.8.7b
Cacti OS unix
SNMP Version net-snmp 5.4.1
RRDTool Version RRDTool 1.2.x
Cheers.