I have a cluster of web servers (we'll call them WEB1, WEB2... WEB10) that have 10 different WPM test running against each (WEB1_TEST1, WEB1_TEST2...WEB10_TEST9, WEB10_TEST10).
I wanted to configure an alert to trigger if response time was greater than x seconds over a period of 10 minutes for a particular test. In an attempt for efficiency, I created a single alert for each web server with trigger conditions:
-name starts with WEB1
-duration is greater than x seconds
-do not trigger this action until condition exists for more than 10 minutes
The problem is any "WEB1_TEST*" can meet the trigger condtion criteria, and it does not necessarily have to be from a single test which is what I want. For exmaple WEB1_TEST1 could be under trigger condtion for 9 minutes and resolve, but if WEB1_TEST3 meets trigger condition as this time then I can go over the 1 minute duration to trigger action.
Is there a way to write the alert more efficiently rather having to create a single alert for each individual web test?