Hi all, I have defined an alert to trigger when Cisco interfaces change status to err-disable.
The problem is the alert message is quite lengthy:
CISCO-SYSLOG-MIB:clogMessageGenerated : sysUpTime = 316 days 16 hours 50 minutes 27.35 seconds, clogHistFacility.31909 = PM, clogHistSeverity.31909 = 5, clogHistMsgName.31909 = ERR_DISABLE, clogHistMsgText.31909 = psecure-violation error detected on Gi3/0/2, putting Gi3/0/2 in err-disable state, clogHistTimestamp.31909 = 2736302734
I have tried a variety of combinations with SQL & SWQL, but can't work out how to only filter the above to only display the message:
psecure-violation error detected on Gi3/0/2, putting Gi3/0/2 in err-disable state
Any help is appreciated.