Greg, According to the MIB-definition (http://www.assure24.com/product/934_assure24_snmp-mib_private_U.C.%20Davis.htm) you can find the cpu stats in the enterprises.2021.11 (enterprises.ucdavis.systemstats) branch of the oid tree. Your snmpwalk shows only the enterprises.2021.10 branch of the oid tree.
Maybe the device does not support the .11 branch of the MIB. It is also possible the snmpwalk gets broken somehow. To see the descriptive oid in stead of the numerical oid you need the UCD-SNMP-MIB loaded onto the machine from where you give the snmpwalk command. HTH, Jan. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Donald Sent: Monday, April 16, 2007 9:27 PM To: [email protected] Subject: [mrtg] mib to target entry How do I use this: > snmpwalk -v 1 -c public localhost 1.3.6.1.4.1.2021 SNMPv2-SMI::enterprises.2021.10.1.1.1 = INTEGER: 1 SNMPv2-SMI::enterprises.2021.10.1.1.2 = INTEGER: 2 SNMPv2-SMI::enterprises.2021.10.1.1.3 = INTEGER: 3 SNMPv2-SMI::enterprises.2021.10.1.2.1 = STRING: "Load-1" SNMPv2-SMI::enterprises.2021.10.1.2.2 = STRING: "Load-5" SNMPv2-SMI::enterprises.2021.10.1.2.3 = STRING: "Load-15" SNMPv2-SMI::enterprises.2021.10.1.3.1 = STRING: "0.40" SNMPv2-SMI::enterprises.2021.10.1.3.2 = STRING: "0.43" SNMPv2-SMI::enterprises.2021.10.1.3.3 = STRING: "0.46" SNMPv2-SMI::enterprises.2021.10.1.4.1 = STRING: "12.00" SNMPv2-SMI::enterprises.2021.10.1.4.2 = STRING: "12.00" SNMPv2-SMI::enterprises.2021.10.1.4.3 = STRING: "12.00" SNMPv2-SMI::enterprises.2021.10.1.5.1 = INTEGER: 40 SNMPv2-SMI::enterprises.2021.10.1.5.2 = INTEGER: 42 SNMPv2-SMI::enterprises.2021.10.1.5.3 = INTEGER: 46 SNMPv2-SMI::enterprises.2021.10.1.6.1 = Opaque: Float: 0.400391 SNMPv2-SMI::enterprises.2021.10.1.6.2 = Opaque: Float: 0.428223 SNMPv2-SMI::enterprises.2021.10.1.6.3 = Opaque: Float: 0.463379 SNMPv2-SMI::enterprises.2021.10.1.100.1 = INTEGER: 0 SNMPv2-SMI::enterprises.2021.10.1.100.2 = INTEGER: 0 SNMPv2-SMI::enterprises.2021.10.1.100.3 = INTEGER: 0 SNMPv2-SMI::enterprises.2021.10.1.101.1 = "" SNMPv2-SMI::enterprises.2021.10.1.101.2 = "" SNMPv2-SMI::enterprises.2021.10.1.101.3 = "" to produce a valid "Target" entry in my cpu.cfg file? I found this from 9 years ago: http://groups.google.com/group/mailing.unix.mrtg/browse_thread/thread/ebe656f0521df9c4/96f6e5e46623785d?lnk=gst&q=mib+oids&rnum=7#96f6e5e46623785d but it makes no sense to me. Thanks, -- Greg Donald http://destiney.com/ _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg _________________________________________________________ Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt u verzocht dat aan de afzender te melden en het bericht te verwijderen. De staat aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband houdt met risico's verbonden aan het elektronisch verzenden van berichten. _________________________________________________________ This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. The state accepts no liability for damage of any kind resulting from the risks inherent in the electronic transmission of messages. _________________________________________________________ _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
