Hi,
I want to get notified only if a value stays for at least 10 Minutes over a defined level:
But the trigger fires immediately.
By reading https://www.zabbix.com/documentation...gers/functions I would expect that the trigger fires after 10 Minutes?
What am I missing?
(Zabbix 3.4)
I want to get notified only if a value stays for at least 10 Minutes over a defined level:
Code:
{router.remoteoffice.example.com:net.if.out[tun0].min(600)}>0.1M or {router.remoteoffice.example.com:n[URL="http://et.if.in/"]et.if.in[/URL][tun0].min(600)}>0.1M
By reading https://www.zabbix.com/documentation...gers/functions I would expect that the trigger fires after 10 Minutes?
What am I missing?
(Zabbix 3.4)
Comment