I am using following trigger EXPRESSION to generate alert in Zabbix
The web scenario named
have all the value including Update interval set to 1 minute and Attempts as 5 , but what the issue is, I am getting updated the site status every 10 or 11 minutes only. As this cause extreme delay in reporting disaster issues. I have checked the GET requests from zabbix server and confirms it is occurring with delay of every11 minutes only, Can help anybody how we can configure it to update the status every 5 minutes ?
Code:
{host:web.test.fail[scenario].last()}<>0
Code:
scenario
Comment