Hi,
I'm trying to auto close an event if no data is received within a period of time. My item type is a zabbix trapper. The trigger is working and I get an alert when receiving 1. I'd like to be able acknowledge the problem automatically when no data is received after 1 minute. Since I do not clear the event by sending 0, is there a way to auto close it so the next time I send 1 I still receive an alert?
I send the following to zabbix:
zabbix_sender -z 192.168.0.36 -s "192.168.0.3" -k HighTask -o 1
My item:

My trigger:

I'm using zabbix 3.
I have also tried the following without success:
{206.167.100.36:HighTask.last()}=1 and
{206.167.100.36:HighTask.nodata(60)}=1
I'm trying to auto close an event if no data is received within a period of time. My item type is a zabbix trapper. The trigger is working and I get an alert when receiving 1. I'd like to be able acknowledge the problem automatically when no data is received after 1 minute. Since I do not clear the event by sending 0, is there a way to auto close it so the next time I send 1 I still receive an alert?
I send the following to zabbix:
zabbix_sender -z 192.168.0.36 -s "192.168.0.3" -k HighTask -o 1
My item:

My trigger:

I'm using zabbix 3.
I have also tried the following without success:
{206.167.100.36:HighTask.last()}=1 and
{206.167.100.36:HighTask.nodata(60)}=1
Comment