Dear All,
We created cpu alert for the use it as main.Its works perfectly, but some nodes has to be wait to trigger action.
Its means, our node name is equal to "Waitable Node" trigger this alert if condition exist for the 5 min. At the same time other nodes must trigger after poll.
Example; We tried this with using the complex condition
Node > Node Name != "Waitable Node" AND Percentage Cpu Usage > 94 -- First condition
AND ------ This and block is must be change to or. But there is no or option.Only two options there like "And" and "And Then"
Node > Node Name = "Waitable Node" AND Percentage Cpu Usage > 94 -- Second condition.
I can not share an image. Sorry about that.
Is there any solution for this issue? I do not want to declare one more alert.