Hello,
I changed "Number of running processes apache" from type "Zabbix agent" to "Calculated" and Key from proc.num[httpd] to proc.num[httpd]+proc.num[apache2]. Now I want to create trigger when item is < 1, ho do I do that?
{Template_Linux
roc.num[httpd]+proc.num[apache2]}<1 and {Template_Linux:"proc.num[httpd]+proc.num[apache2]"}<1 gives an error:
An item key must be used in trigger expression.
I changed "Number of running processes apache" from type "Zabbix agent" to "Calculated" and Key from proc.num[httpd] to proc.num[httpd]+proc.num[apache2]. Now I want to create trigger when item is < 1, ho do I do that?
{Template_Linux
roc.num[httpd]+proc.num[apache2]}<1 and {Template_Linux:"proc.num[httpd]+proc.num[apache2]"}<1 gives an error:An item key must be used in trigger expression.
Comment