Hello,
i have a userparameter which is checking a process on a linux server.
this is the code in my zabbix_agentd.conf
when i run this command as zabbix user on the server i got an 1 and a when i run this command
on zabbix server i got the result 2
i have a userparameter which is checking a process on a linux server.
this is the code in my zabbix_agentd.conf
Code:
UserParameter=process.xyz,pgrep -lf "xyz" | wc -l
Code:
zabbix_get -s 1.2.3.4 -k process.xyz


Comment