Hello, I have a bunch of websites that I am monitoring with following web scenario:
And then there is a trigger:
The issue is that time to time I get 500 error and it immediately sends emails to everyone, now that is an issue when people receive 50 fake emails during the night and want to murder me.
The steps I took are:
But I still have issues.
What I really want is to set up that the check needs to fail at least 3 times before it sends an email, but I am failing to do so.
Please if someone can help me fix my trigger or give me another suggestion.
Thanks
Code:
Update interval:30sec Step 1: Timeout-15 ---> example.com --> code 200
Code:
{Zabbix server:web.test.fail[example.com].last()}=1
The issue is that time to time I get 500 error and it immediately sends emails to everyone, now that is an issue when people receive 50 fake emails during the night and want to murder me.
The steps I took are:
Code:
Increase update interval to 600 sec Timeout increase to 60sec
What I really want is to set up that the check needs to fail at least 3 times before it sends an email, but I am failing to do so.
Please if someone can help me fix my trigger or give me another suggestion.
Thanks
Comment