Hi All,
I have successful configure a web check trigger that checks the status of a health page every 60 seconds. When the healthcheck fails I receive an alert immediately, the trigger expression I have working is :
How can I extend the alert to be notified after 5 minutes that the health check have failed ? I have tried instead of last(0) to change it to last(5) as I thought this would mean 5x 60 seconds = 5 minutes but I keep receiving the alerts right away as as before.
Regards,
NG.
I have successful configure a web check trigger that checks the status of a health page every 60 seconds. When the healthcheck fails I receive an alert immediately, the trigger expression I have working is :
{Web_Host:web.test.fail[Web_HTTP_Check_Scenario].last(0)}#0
Regards,
NG.
Comment