I'm using .nodata(1200) as part of a trigger to detect if an active agent running on a host goes away. The trigger works as expected for existing hosts, however, the trigger goes true for the time between when a host is added and the first data from that host is received.
I'm using the following trigger expression right now:
{Template_ClusterAgent:system.cpu.load[,avg1].nodata(1200)}
Part of our goal with these particular agents is to keep the number of items per host as small as possible. Is there a simple way to keep the trigger from going true immediately on a brand new host?
Zabbix server version 1.6.2
Thank you
I'm using the following trigger expression right now:
{Template_ClusterAgent:system.cpu.load[,avg1].nodata(1200)}
Part of our goal with these particular agents is to keep the number of items per host as small as possible. Is there a simple way to keep the trigger from going true immediately on a brand new host?
Zabbix server version 1.6.2
Thank you