Hi, all..

 

I'm using net-snmp 5.4.2.1 compiled for sun solaris 10 sparc (I downloaded
it from sunfreeware.com) as a master agent,

And sun masf (management agent for sun fire) as a subagent.

 

I'm testing triggering a trap when CPU temperature is over 40 degree. 

This is my snmpd.conf:

createUser radiant MD5 TestPassword AES

rouser radiant noauth

.

monitor -r 30 -S -e CPUTemperature1 -u radiant "CPU temperature 1" -o
SUN-PLATFORM-MIB::sunPlatNumericSensorTable.1.sunPlatNumericSensorCurrent -o
SUN-PLATFORM-MIB::sunPlatSensorTable.1 -I
SUN-PLATFORM-MIB::sunPlatNumericSensorTable.1.sunPlatNumericSensorCurrent.2

0 > 40

notificationEvent CPUTemperature1
RADFINDER-NOTIFICATION-MIB::rfcNotiTempSensors

 

This is the message that snmptrapd got:

2010-04-13 13:52:09 pluto [192.168.131.210] (via UDP:
[0.0.0.0]->[127.0.0.1]:-32191) TRAP, SNMP v1, community public

        RADFINDER-NOTIFICATION-MIB::rfcNotiFault Enterprise Specific Trap
(2) Uptime: 0:00:30.45

        SNMPv2-SMI::enterprises.42.2.70.101.1.1.8.1.4 = No Such Instance
currently exists at this OID   SNMPv2-SMI::enterprises.42.2.70.101.1.1.6.1 =
No Such Object available on this agent at this OID

 

When I tried "snmpwalk" with
"SUN-PLATFORM-MIB::sunPlatNumericSensorTable.1.sunPlatNumericSensorCurrent",


it worked well. 

Why did snmptrapd get error message on that OID?

 

Did I something wrong with this?

Please, help me.

 

Thank you in advance.

 

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to