Hi!
I changed the default trigger "Zabbix_agentd is not running on {HOSTNAME}" from
to:
When the Zabbix Agent dies, it can't send data anymore. So the server also needs to check when the last data came from that agent.
My trigger goes on as soon as there are no more procs called "zabbix_agentd" OR the latest value from proc.num[zabbix_agentd] is 2 minutes old.
I changed the default trigger "Zabbix_agentd is not running on {HOSTNAME}" from
Code:
{tmpl_Linux:proc.num[zabbix_agentd].last(0)}<1
Code:
{tmpl_Linux:proc.num[zabbix_agentd].last(0)}<1|{tmpl_Linux:proc.num[zabbix_agentd].nodata(120)}
My trigger goes on as soon as there are no more procs called "zabbix_agentd" OR the latest value from proc.num[zabbix_agentd] is 2 minutes old.


Comment