I am having trouble figuring out how to configure an alert requested by our application team. They want to know when two or more servers have been at 70% utilization for 12 hours.
What I have so far is:
Trigger Alert when all of the follow apply
CPU Load is greater than or equal to 70
Trigger alert when any of the following apply
node name starts with usappserv
Do not trigger this action until condition exists for more than 12 hours
There are about five servers that will match to that node name starts with condition. What do I need to add to stop it from trigger if one is at 70% but will trigger if it is two or more?
Many thanks for your help.