Hi there,
I'm looking to create an alert based on an OSPF trap sent to my NPM server. Here's an example of what the trap looks like:
sysUpTime=8 days 1 hour 11 minutes 52.43 seconds
snmpTrapOID=OSPF-MIB:ospfTraps.0.2
ospfRouterId=192.168.130.243
ospfNbrIpAddr=10.5.0.241
ospfNbrAddressLessIndex=0
ospfNbrRtrId=192.168.0.1
ospfNbrState=down(1)
experimental.1057.1=10.7.0.2
snmpTrapEnterprise=OSPF-MIB:ospfTraps
I know I can create a alert based on the trap type, which in this case is "OSPF-MIB:ospfTraps.0.2", but how do I include information within the trap in the alert? In this case I'm only interested in being alerted when the ospfNbrState is down(1). Is there a way to filter on those items?
Thanks in advance,
--Brandon