I am using Zabbix 3.2, and setting up trigger, my trigger is as follows
I want to monitor php process running on zabbix agents, from the zabbix server I run
and I get 2, which is correct.There are 2 php processes running, but that trigger is showing error on the site and is sending emails for a number of servers.Can I get some assistance please in configuring this, I am using zabbix_agent(active) and I tried zabbix agent
Code:
{Template Social -Proc:proc.num[php,root].max(2m)}<2
Code:
zabbix_get -s node22 -k proc.num[php]
Comment