Hi All
I'd very happy if anybody can help me:
Goal: Create an email alert for a trap and include a specific variable into the email message.
Sample Trap;
sysUpTime=15 days 17 hours 26 minutes 21.68 seconds
snmpTrapOID=TEST-SERVER-MIB:confStatsThresholdClear
cneNotifTimestamp=1427121127
cneNotifSeverity=major(5)
cneNotifDeviceIP=192.168.45.2
cneNotifSourceFQN=rt-class/LOCAL-TRADING//SERVER1/TR-SERVERS/TR-FIX-P1(ExchangeLatency)/class-default
cneNotifDescription=Message field violating the configured threshold has been cleared.
cneNotifReason=reset(1)
cneNotifValue=1
cneNotifTypeDiscriminator=Ses-Rejects
cneNotifCount=1
I want to include on the email message the field highlighted in red/bold.
Thanks!