On Mon, Jul 20, 2009 at 05:15:32AM -0700, gil wrote: > hi, > I'm trying to monitor an opensolaris server, and i don t arrive to get the > hrPRocessorload... i wonder if it's the same oid as on a linux OS. I mean > .1.3.6.1.2.1.25.3.3.1.2...
You've got the OID correct: % snmpget -v 1 -c public sopchoppy .1.3.6.1.2.1.25.3.3.1.2 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object: HOST-RESOURCES-MIB::hrProcessorLoad Unfortunately, this is a known problem: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4884376 There is an effort underway to update the Net-SNMP agent to version 5.4.1: http://c0t0d0s0.org/codenews/fragments/3c6303e809c0fb21738eda44eed7d3b94b3457db.txt So let's hope that this problem is addressed.