Hi
I've just installed Zabbix on a Debian Etch server and I have a little problem.
When I want to use zabbix_agent command without sudo to check if apache is running, it answers me no. Otherwise when I add sudo, it's work.
$ zabbix_agent -t proc.num[apache2]
proc.num[apache2] [u|0]
$ sudo zabbix_agent -t proc.num[apache2]
proc.num[apache2] [u|11]
Could you help me to solve this problem because I have no idea. Do I have to give special acces to zabbix user or zabbix group ?
Thanks
I'm sorry for my english
I've just installed Zabbix on a Debian Etch server and I have a little problem.
When I want to use zabbix_agent command without sudo to check if apache is running, it answers me no. Otherwise when I add sudo, it's work.
$ zabbix_agent -t proc.num[apache2]
proc.num[apache2] [u|0]
$ sudo zabbix_agent -t proc.num[apache2]
proc.num[apache2] [u|11]
Could you help me to solve this problem because I have no idea. Do I have to give special acces to zabbix user or zabbix group ?
Thanks
I'm sorry for my english
Comment