Hell lads,
This might be a quick one, and am just looking for confirmation.
Web Scenario step, just checking if a site is up or down. Works fine, and current trigger expression is 'last', and its working perfectly.
If I wanted to change the trigger to only alert me if it has failed two checks in a row, and it was checking every 60 seconds, should my trigger expression look like this?
.count(120,1,"ge")}>1
As in, if I get greater than or equal to 2 counts of a 1 (failed) value, then it would trigger? or have I got it wrong and I dont need the "ge"?
Just want to make sure I have this right.
Thanks!
JC
This might be a quick one, and am just looking for confirmation.
Web Scenario step, just checking if a site is up or down. Works fine, and current trigger expression is 'last', and its working perfectly.
If I wanted to change the trigger to only alert me if it has failed two checks in a row, and it was checking every 60 seconds, should my trigger expression look like this?
.count(120,1,"ge")}>1
As in, if I get greater than or equal to 2 counts of a 1 (failed) value, then it would trigger? or have I got it wrong and I dont need the "ge"?
Just want to make sure I have this right.
Thanks!
JC