Hey
I have a Web check that it works well but it triggers too often. I run the web-check every 30 sec, and I want that if at 3 consecutive times the response time is >9 seconds, it triggers the alert.
I did something as below but it is not triggering at the correct time. Any idea what am I doing wrong?
{server:web.test.time[check,resp].last(#1)}>9 & {server:web.test.time[check,resp].last(#2)}>9 & {server:web.test.time[check,resp].last(#3)}>9
Thanks a lot.
I have a Web check that it works well but it triggers too often. I run the web-check every 30 sec, and I want that if at 3 consecutive times the response time is >9 seconds, it triggers the alert.
I did something as below but it is not triggering at the correct time. Any idea what am I doing wrong?
{server:web.test.time[check,resp].last(#1)}>9 & {server:web.test.time[check,resp].last(#2)}>9 & {server:web.test.time[check,resp].last(#3)}>9
Thanks a lot.