Hi,
I would like to create a trigger which only activates once a specified number of samples have registered as true. For example, this expression:
{__Items_Critical_Websites:http.last(2)}=0
...should only trigger after two samples (of 30 seconds apart) have failed consecutively.
Is this possible? Thanks!
John
I would like to create a trigger which only activates once a specified number of samples have registered as true. For example, this expression:
{__Items_Critical_Websites:http.last(2)}=0
...should only trigger after two samples (of 30 seconds apart) have failed consecutively.
Is this possible? Thanks!
John
The expression will activate a trigger if all values will be equal to zero within last 60 seconds. That's exactly what you want!
Comment