SNMP trap processors
SNMP trap processors
Hi all,
This is the Trap as defined in the MIB
eventTrap TRAP-TYPE
ENTERPRISE eventTraps
VARIABLES {
eventCode,
eventTimestamp,
eventCategory,
eventType,
eventSummary,
eventHwSource,
eventSwSource
}
DESCRIPTION "The last event reported by the system."
::= 1
And I want to create Actions / Notifications based on �eventCode� � how do I do this?
I already created a SNMP Proccessor for the Trap. But I only can select one action for the Trap. The EventCode could be "0" for successfull or "1" for failed. So I need to set the Severity depended on the "EventCode"
Any ideas?
Kind Regards
Andre