I've searched around and I can't figure out why my email triggers are firing immediately instead of respecting the delay I have in my Expression. I've got a web scenario that seems to work correctly and shows up/down in the dashboard. Now I'm adding this trigger per the manual page;
{serverhostname:web.test.error[webscenarioname].strlen(600)}>0 and {serverhostname:web.test.fail[webscenarioname].last(600)}>0
Per these two forum topics I'm trying to add a delay but it isn't working for me, still triggers immediately.
https://www.zabbix.com/forum/zabbix-...delay-triggers
https://www.zabbix.com/forum/zabbix-...rs?postcount=2
Manual page I got the expression from
https://www.zabbix.com/documentation...nitoring/items
Edit Solved; https://www.reddit.com/r/zabbix/comm...i_doing_wrong/
{serverhostname:web.test.error[webscenarioname].strlen(600)}>0 and {serverhostname:web.test.fail[webscenarioname].last(600)}>0
Per these two forum topics I'm trying to add a delay but it isn't working for me, still triggers immediately.
https://www.zabbix.com/forum/zabbix-...delay-triggers
https://www.zabbix.com/forum/zabbix-...rs?postcount=2
Manual page I got the expression from
https://www.zabbix.com/documentation...nitoring/items
Edit Solved; https://www.reddit.com/r/zabbix/comm...i_doing_wrong/