cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there a way to alert on the failure of multiple synthetic monitors?

1derek
Newcomer

I only want to fail if multiple, distinct, synthetic tests fail. Is there a way to do this in Dynatrace?

The reason that I desire to do this is that my application has 2 distinct ways to enter; I only care to know if both of those mechanisms fail to work; if one is failing, I am OK with that.


1 REPLY 1

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

This is not possible. Depending on how you detect if a test is failing, it might be possible to create just one test and combine the two variants. We will release a custom scripting feature mid of October which let's you modify the recorded script. Perhaps you can add a JavaScript code to only fail the script of both ways will fail.


Featured Posts