I'm trying to create an alert from a Node Tabular Udp for DMVPN tunnel Up or Down
The poller gets the IP address of the remote peers
Ex
cikeTunRemoteAddr - Label cikeTunRemoteAddr
15589 10.0.2.23
15590 10.0.1.24
15591 10.0.3.25
The two important value to look for are 10.0.2.23 and 10.0.1.24 all other tunnel address polled are not really important since they are Dynamic
I want to know when 10.0.2.23 is down so I created the following alert triggered condition
The actual trigger condition:
All child conditions must be satisfied (AND)
Custom Table Poller Current Status - Current Value - does not contain - 10.0.2.23
Custom Table Poller Current Status - Current Value - contains - 10.0.1.24
My poller table says that the two value are present so the condition should not triggered since it contains 10.0.2.23
But the alert says it will triggered immediately and does trigger? Why
What is wrong is there something I don't see.
By the way, I just started using Solarwinds :-)
Thanks