Hi,
I'm using the zabbix_sender tool to send some customs alarms.
I have a very simple Zabbix trapper text item, whose key is "alarm[name][severity]".
From this item, I want a trigger which fires for any new value, and which automatically turns to OK in case no value is received for a given timeout (60s for example).
My trigger configuration is the following, with "PROBLEM event generation mode" set to Multiple :
{MyHost:alarm[name][severity].regexp(.*)}=1 and
{MyHost:alarm[name][severity].nodata(60)}=0 and
({TRIGGER.VALUE}=0 or {MyHost:alarm[name][severity].diff()}=1)
My trigger fires as expected when I send a new value from the zabbix_sender but it then fires again every 30sec until the timeout whereas no new value is received.
Here the history of my trigger : http://img4.hostingpics.net/pics/175...emshistory.jpg
And the history values of my item : http://img4.hostingpics.net/pics/553...latestdata.jpg
Any idea what's wrong ?
Thanks!
I'm using the zabbix_sender tool to send some customs alarms.
I have a very simple Zabbix trapper text item, whose key is "alarm[name][severity]".
From this item, I want a trigger which fires for any new value, and which automatically turns to OK in case no value is received for a given timeout (60s for example).
My trigger configuration is the following, with "PROBLEM event generation mode" set to Multiple :
{MyHost:alarm[name][severity].regexp(.*)}=1 and
{MyHost:alarm[name][severity].nodata(60)}=0 and
({TRIGGER.VALUE}=0 or {MyHost:alarm[name][severity].diff()}=1)
My trigger fires as expected when I send a new value from the zabbix_sender but it then fires again every 30sec until the timeout whereas no new value is received.
Here the history of my trigger : http://img4.hostingpics.net/pics/175...emshistory.jpg
And the history values of my item : http://img4.hostingpics.net/pics/553...latestdata.jpg
Any idea what's wrong ?
Thanks!
Comment