I'm trying to setup an alert for the web performance monitor using two condition groups. The purpose is to try to reduce the instances of false positive alerts that we receive from our website being down. The way that I'm trying to accomplish this is I have two transaction play backs configured to go to the site and each tries to login with a separate username and password once every 15 minutes. When the alert is triggered it should generate an email to let us know that the website is down but I only want it to trigger if both transaction playbacks have failed at the same time.
This is how I tried structuring the alert the first time:
Trigger Alert when all of the following apply -Root Condition *<Changing this to any causes two emails to be generated simultaneously
Trigger Alert when all of the following apply -Condition group 1
Name is equal to Transaction A from Orion Server
Status is equal to Down
Trigger Alert when all of the following apply -Condition group 2
Name is equal to Transaction B from Orion Server
Status is equal to Down
I now have it structured like this:
Trigger Alert when all of the following apply -Root Condition
Name is equal to Transaction A from Orion Server
Status is equal to Down
Trigger Alert when all of the following apply -Condition group 1
Name is equal to Transaction B from Orion Server
Status is equal to Down
I haven't been able to test with the site being down yet for the 2nd setup but I was hoping someone could give me some feedback or maybe a better way of accomplishing this.