Hi,
I want to get notified if a value stays above a defined level for more than 10 minutes.
I have (for testing purposes)
The trigger fires immediately, which is not what I want.
By reading the docs at https://www.zabbix.com/documentation...gers/functions I would expect that the trigger fires only after 10 minutes over 0.1M
What am I missing?(Zabbix 3.4)
I want to get notified if a value stays above a defined level for more than 10 minutes.
I have (for testing purposes)
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 the docs at https://www.zabbix.com/documentation...gers/functions I would expect that the trigger fires only after 10 minutes over 0.1M
What am I missing?(Zabbix 3.4)