Hi all,
I have multiple UnDPs which all contain "currentSLMresponse" which are assigned to a single node.
I want an email alert if the rate on any one of those UnDPs is zero for more than 2 minutes however the below will not work.
Assume i poll every minute, at minute 1, lets say currentSLMresponseServer1 has a rate of 0 and at minute 2, currentSLMresponseServer1 > 0 but currentSLMresponseServer5 = 0, this rule will trigger as the overall trigger condition has been true for 2 minutes even through the UnDP with a rate of 0 is now a different UnDP.
Trigger Alert when all of the following apply
Poller Name contains currentSLMresponse
Rate is equal to 0
Is it possible to do this in a single rule without having to create multiple rule for each UnDP
Thanks
Kish