Hello
I have an item that should monitor some proccess.

When I test this on monitored server I'm seeng a correct result
But when I check it on Zabbix Dashboard it is getting 0.
When I have changed it from localert to zabbix (for testing purposes) I have noticed that it works properly in the Zabbix Dasboard.
So looks like zabbix is uanble to check root proccesses.
My /etc/sudoers contains the followig:
Does anybody know what Ihave missed?
PS. I don't want to allow root in the conf file.
I have an item that should monitor some proccess.
When I test this on monitored server I'm seeng a correct result
HTML Code:
zabbix_agentd -t proc.num[,,,localert] proc.num[,,,localert] [u|2]
When I have changed it from localert to zabbix (for testing purposes) I have noticed that it works properly in the Zabbix Dasboard.
So looks like zabbix is uanble to check root proccesses.
My /etc/sudoers contains the followig:
HTML Code:
# Zabbix Agent PDNS Defaults:zabbix !requiretty zabbix ALL=NOPASSWD: /usr/bin/pdns_control, /usr/sbin/testscript, /usr/local/libexec/httpd
PS. I don't want to allow root in the conf file.
Comment