Hi,
I'm making trigger for SNMP trap. I need to create a trigger that will appear on the main page when it comes trap value 1, and it will remain displayed for 10 minutes. Then canceled.
I try function count(600) = 1 and count(600,1) = 1 and count(600,'1') = 1. Trigger starts, but doesn't end after ten minutes.
I would like solve this problem. Unfortunately, device sends only the trap 1 and never 0 as it was ok.
Do you have a solution for this problem? I have Zabbix 1.6.6
Thank advance
I'm making trigger for SNMP trap. I need to create a trigger that will appear on the main page when it comes trap value 1, and it will remain displayed for 10 minutes. Then canceled.
I try function count(600) = 1 and count(600,1) = 1 and count(600,'1') = 1. Trigger starts, but doesn't end after ten minutes.
I would like solve this problem. Unfortunately, device sends only the trap 1 and never 0 as it was ok.
Do you have a solution for this problem? I have Zabbix 1.6.6
Thank advance
Comment