Sounds like you weren't on the correct page to set a custom reset condition if you had those variables available to you. It would look like this
SELECT Nodes.Uri, Nodes.DisplayName FROM Orion.Nodes AS Nodes
join orion.alertactiveobjects ao on ao.relatednodeuri = nodes.uriwhere cpuload < 90and ao.alertactive.acknowledged = 1
I used ${N=SWQL;M=SELECT ${N=Alerting;M=Acknowledged} } but I do not know what value would be equivalent to an acknowledged alert. I also tried to enter Status Values but it does not seem to work.
Hi,
Thanks for the help mate. I have managed to apply the query but it does not seem to take any effect. I'm starting to think maybe I need to adjust the trigger condition as well since the only trigger condition I have in my alert is if node cpu load >= 90