I found several posts in these forums in regards to this question, but I couldn't find one with my particular issues.
Here's the output from snmpwalk that I ran against two different windows servers.
Code: Select all
snmpwalk -v1 -c"community" win-server1|grep HOST-RESOURCES-MIB::hrProcessor|more
HOST-RESOURCES-MIB::hrProcessorFrwID.4 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.5 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.6 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.7 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorLoad.4 = INTEGER: 35
HOST-RESOURCES-MIB::hrProcessorLoad.5 = INTEGER: 2
HOST-RESOURCES-MIB::hrProcessorLoad.6 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.7 = INTEGER: 2
snmpwalk -v1 -c"community" win-server2|grep HOST-RESOURCES-MIB::hrProcessor|more
HOST-RESOURCES-MIB::hrProcessorFrwID.3 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.4 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.5 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.6 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorLoad.3 = INTEGER: 3
HOST-RESOURCES-MIB::hrProcessorLoad.4 = INTEGER: 0
HOST-RESOURCES-MIB::hrProcessorLoad.5 = INTEGER: 8
HOST-RESOURCES-MIB::hrProcessorLoad.6 = INTEGER: 0
It appears, at least to me, that for some reason Cacti is not graphing the values - that's of course if I'm reading the output properly. I'm referring to the INTEGER values.
Doing a bit more troubleshooting, I found this in the Cacti logs:
Code: Select all
09/09/2009 09:43:46 PM - CMDPHP: Poller[0] Host[24] DS[336] SNMP: v1: win-server1, dsname: cpu_user, oid: .1.3.6.1.4.1.2021.11.50.0, output: U
09/09/2009 09:43:46 PM - CMDPHP: Poller[0] Host[24] DS[336] WARNING: Result from SNMP not valid. Partial Result:
Thanks!