I can not create an advanced alert when using two custom puller
For example
This configuration is not work ((((
If I do a 'Trigger Alert' with only one from every pollers - 'Trigger Alert' worked properly
Your alert is based on all the conditions being true, which therefore includes the test (Poller Name == x) AND (Poller Name ==y) in there.
Is that correct, or do you actually mean (Poller Name == x) OR (Poller Name ==y)?
If you want the test for either of the poller names, you will need to add a new Condition Group which is set to "any of the following" and then put your 2 Poller Name tests under that Condition Group.
Thanks for the helpYes, I want to use two poller
Use two poller on trigger conditions - it was just an example/test
That is if I add a secondary poller, then 'trigger alert' does not work
I tried using Condition Group - the same result - does not work (((Give me please example of Condition Group and I'll check and let you know the resultI want to use 'all' the conditions
Node status UpPoller name is equal BGP Peer Statefield Row ID contains 10.0.%.1field Status equal 6andPoller name is equal BGP Local Addressfield Row ID contains 10.0.%.2
You can use an all and any (and and ors)
That is "Alert if NameName like (*Bob* or *Carl*) and Poller Name like (*bgp* or *eigrp*)"
Thank youBut I need to use the condition "and" not "or"Poller BGP-x AND(&) BGP-y