The trigger fires when 1 of the three dependencies is met.
So in this example
The trigger is:
{Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last()}>30000 and {Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last(#2)}>30000 and {Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last(#3)}>30000
In database the values are:
2016-10-09 09:29:59;303995.0
2016-10-09 09:19:59;2794.0
2016-10-09 08:49:59;1379.0
Trigger went off on the high value and should not go of because the 2 previous are < 30000
What am i doing wrong.
Zabbix version is 2.4
So in this example
The trigger is:
{Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last()}>30000 and {Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last(#2)}>30000 and {Template x:Avg["POLLER_CHANGED_CST: Trigger Changed .. Handled"].last(#3)}>30000
In database the values are:
2016-10-09 09:29:59;303995.0
2016-10-09 09:19:59;2794.0
2016-10-09 08:49:59;1379.0
Trigger went off on the high value and should not go of because the 2 previous are < 30000
What am i doing wrong.
Zabbix version is 2.4
Comment