> What am I missing? (pinot is a netware 5 server) > The answer is in your own mail: > sh-2.02# snmpwalk pinot public .1.3.6.1.2.1.25.3.3.1.2 > host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad.1 = 6 > 1.3.6.1.2.1 iso.org.dod.internet.mgmt.mib-2 25 host 3 hrDevice 3 hrProcessorTable 1 hrProcessorEntry 2 hrProcessorLoad This OID has (at least) one instance, number 1, with value 6 In your config, you only used the OID and forgot the instance. Add this instance and it will work. > sh-2.02# snmpwalk pinot public .1.3.6.1.2.1.25.1.5 > host.hrSystem.hrSystemNumUsers.0 = Gauge: 12 > Same problem, same solution. The instance, 0 was not included in the config. (I'm not sure if this is called an instance in this case) Try snmpget the way you used snmpwalk. You'll see that it returns an error. Add the instance to the end and it will return the value. Regards, Alex -- * To unsubscribe from the mrtg mailing list, send a message with the subject: unsubscribe to mrtg-request@list.ee.ethz.ch * The mailing list archive is at http://www.ee.ethz.ch/~slist/mrtg