Make IT Device Traps Aspect show other variable than Description
Hello,
I am confguring an IT Device Trap Aspect and I already added my MIB file and its parsed successfully. The events even show in the eventlist but instead of showing the SNMP message it is showing the discription of the Notification-type. I even changed the setting so Message : Eventtext in the Options as you can see in the appendet files.
My Traps are defined as following in the MIB files:
eventText OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The event message text. The message data is populated with
the variable data below."
::= { eventData 1 }
eventUserId OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The user ID of the process that generated the event."
::= { eventData 2 }
.
.
.
KerberosAuthFailure NOTIFICATION-TYPE
OBJECTS
{ eventText, eventUserId, eventSystem, eventSource, eventCategory,
eventVar1, eventVar2, eventVar3, eventVar4, eventVar5,
eventVar6, eventVar7, eventVar8, eventVar9, eventVar10,
eventVar11, eventVar12, eventVar13, eventVar14, eventVar15 }
STATUS current
DESCRIPTION
"Kerberos pre-authentication failed."
::= { auditing 4771 }
the OID is correct and its defined, the variable eventText should hold the message I want dosplayed in the event list.
This is based on the EVENTAGENT.mib from Windows to receive Windows security event traps
Answers
This question has not yet been answered.
Add new comment