I did a quick test, and I think they changed this, so items with no time interval now use the zabbix timer process.
Doing a quick test of a trapper item on our dev system (version 2.2.1) the following trigger expression created a trigger, though it was delayed by about 20 seconds.
This is a somewhat recent change though, I think it was done sometime inbetween 2.0 and 2.2 if I recall correctly.
Doing a quick test of a trapper item on our dev system (version 2.2.1) the following trigger expression created a trigger, though it was delayed by about 20 seconds.
Code:
{Zabbix server:test.trapper.nodata(60)}=1
Comment