Hello,
I'm monitoring an boolean item with a Zabbix trapper. The values are coming in fine, but I cannot seem to get a trigger to work correctly.
The trigger should fire if a "1" value persists for more than 30 seconds (the monitored device sends an alarm status ["1"] every time it is switched on, but clears this alarm status after a few seconds ["0"]).
Now I've tried this trigger expression:
but the trigger fires immediately as soon as a "1" is coming in.
What am I doing wrong?
Zabbix 2.4.5 on Ubuntu 14.04 with PostgreSQL.
I'm monitoring an boolean item with a Zabbix trapper. The values are coming in fine, but I cannot seem to get a trigger to work correctly.
The trigger should fire if a "1" value persists for more than 30 seconds (the monitored device sends an alarm status ["1"] every time it is switched on, but clears this alarm status after a few seconds ["0"]).
Now I've tried this trigger expression:
Code:
{Template_KNX:3_5_123.min(30)}=1
What am I doing wrong?
Zabbix 2.4.5 on Ubuntu 14.04 with PostgreSQL.
Comment