What are the alert variables that can be used for SNMP Traps and can alerts be based on variables in the "Trap Details section? The below is a sample of an SNMP Trap listed in the "Trap Details" column. I'd like to be able to:
a) Create Alerts based on "mpAlarmDesc", using regular expressions.
b) Include the "mpAlarmDesc" in an e-mail Alert (rather than the whole thing using the ${Message} variable).
======================================================
sysUpTime=4 hours 21 minutes 46.37 seconds
snmpTrapOID=meetingplaceEventsV2.0.5
mpExCode=1183490
mpSysUnit=0
mpAlarmDesc=Gateway SIM Agent (Unit 21) Not Responding
experimental.1057.1=172.30.200.18
snmpTrapEnterprise=meetingplaceEvents
======================================================
Thanks!