Hello everybody,
I am monitoring a building command & control system with Zabbix. Values are fed by the C&C system via zabbix_sender, which means that all Zabbix items are of the "Zabbix trapper" type.
All is working fine, a specific use case however is causing headaches. Among other things, the C&C system indicates a faulty building light. However, even with fully working lights, after turning a light on, the C&C system is always sending a fault message for the first few seconds before the fault is reset.
So all I have to to is instruct a Trigger to delay triggering for 30 seconds.
Here is an example of a trigger expression:
However, the Trigger is fired immediately. I can even give it a one hour delay (1h time parameter), and it gets triggered immediately nevertheless.
I'm still scratching my head as to where the error is. I've read the docs over and over, but i'm still stumped.
Why is the trigger delay ignored?
I am monitoring a building command & control system with Zabbix. Values are fed by the C&C system via zabbix_sender, which means that all Zabbix items are of the "Zabbix trapper" type.
All is working fine, a specific use case however is causing headaches. Among other things, the C&C system indicates a faulty building light. However, even with fully working lights, after turning a light on, the C&C system is always sending a fault message for the first few seconds before the fault is reset.
So all I have to to is instruct a Trigger to delay triggering for 30 seconds.
Here is an example of a trigger expression:
Code:
min(/cc/light_entrance_door_fault,30s)>0
I'm still scratching my head as to where the error is. I've read the docs over and over, but i'm still stumped.
Why is the trigger delay ignored?
Comment