Hi,

I have a probe where I have added a TrapVariable to the OID list:


<snmp-device-variables>
npasState, 1.3.6.1.4.1.17219.1.3.0, DEFAULT,"The current state of the NPAS service"
...
        -- MIB TRAPS --
        npasTrapState,  1.3.6.1.4.1.17219.800,  TRAPVARIABLE,   "State Trap"
...
</snmp-device-variables>


I then have these states:

<snmp-device-thresholds>
   alarm: $npasState = 1 "NPAS Service is not running!"
   alarm: $npasUptime < $oldNpasUptime "NPAS Service Restarted!"
   alarm: $npasTrapState = 1 "No Traffic on LAN interface!"
   alarm: $npasTrapState = 2 "No Traffic on WAN/DMZ interface!"
   alarm: $npasTrapState = 4 "NPAS Service Stopped!"
warning: $npasState = 7 "NPAS Service state is unknown!"
warning: $npasState < 4 "NPAS Service is changing state..."
warning: $npasState > 4 "NPAS Service is changing state..."
</snmp-device-thresholds>


I also see traps coming in in the event log:
08/17 15:30:44 TRAP NetPoint ServerRoom:NPAS Strandvejen 1.3.6.1.4.1.17219.800 (1) { <no variables> }

but for some reason, the devices does not change status.

Is that because the probe re-poll the device before the status is updated - or?



    Jakob Peterhänsel

"Be a part of the Love Generation - carry a smile, not a gun."
- JP, May 2006

Email:     [EMAIL PROTECTED]
AIM:         Marook
Phone:     +45 22684961


____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to