Hello all,
I am running Chef and installing Zabbix Agent that way. The .rpm files copied over, and I was able to run the agent manually, but when I ran chef, and started the service that way, I now receive
...when I run it manually. Is there something else I need to do?
/etc/zabbix/ directory:
Configuration File:
I am running Chef and installing Zabbix Agent that way. The .rpm files copied over, and I was able to run the agent manually, but when I ran chef, and started the service that way, I now receive
Code:
zabbix_agentd [8008]: cannot open [/etc/zabbix/zabbix_agentd.conf]: [13] Permission denied
/etc/zabbix/ directory:
Code:
drwxr-xr-x 3 root root 4096 May 2 13:10 zabbix
Code:
-rw-r--r-- 1 root root 587 May 3 09:41 zabbix_agentd.conf drwxr-xr-x 2 root root 4096 May 2 13:10 zabbix_agentd.d
Comment