Hello
I am trying to monitor the dhcp service running on two of my linux server. I created a new item and used the key "proc.num[<name>,<user>,<state>,<cmdline>,<zone>]" after that I tried creating a trigger and that is where I ran into a problem.
Here is the expression for the trigger
Error:
Error:
My goal is to be alerted when the DHCP service is not running.
I am trying to monitor the dhcp service running on two of my linux server. I created a new item and used the key "proc.num[<name>,<user>,<state>,<cmdline>,<zone>]" after that I tried creating a trigger and that is where I ran into a problem.
Here is the expression for the trigger
Code:
func(/Linux by Zabbix agent/proc.num[isc-dhcp-server,,run,,])=0
- Invalid parameter "/1/expression": unknown function "func".
Code:
min(/Linux by Zabbix agent/proc.num[isc-dhcp-server,,run,,],15m)=0
- Incorrect item key "proc.num[isc-dhcp-server,,run,,]" provided for trigger expression on "Linux by Zabbix agent".
My goal is to be alerted when the DHCP service is not running.
Comment