Hello,
Recently installed Zabbix 2.4 on a fresh CentOS, following the steps on https://www.zabbix.com/documentation..._from_packages page, however the webinterface refuses to accept that Zabbix server is running.
both /etc/zabbix/web/zabbix.conf.php and /etc/zabbix/zabbix_server.conf seems to be correctly configured.
Checking Host configuraton for the "Zabbix server" shows an blue "Z" indicating that the agent is running and connecitivity between agent and server is ok.
Any tips on how to solve this ?
Edit:
After many many google searches I found that it was SELinux related, which I forgot was enabled by default on fresh installs of CentOS.
Setting the SELinux mode to "permissive" enabled the communication: setenforce permissive
In this mode the SELinux will not enforce but inform instead.
Temporary solution of course, really need to dig into SELinux and set correct rules but this will hopefully be good information for anyone else struggling with this.
Recently installed Zabbix 2.4 on a fresh CentOS, following the steps on https://www.zabbix.com/documentation..._from_packages page, however the webinterface refuses to accept that Zabbix server is running.
both /etc/zabbix/web/zabbix.conf.php and /etc/zabbix/zabbix_server.conf seems to be correctly configured.
Checking Host configuraton for the "Zabbix server" shows an blue "Z" indicating that the agent is running and connecitivity between agent and server is ok.
Any tips on how to solve this ?
Edit:
After many many google searches I found that it was SELinux related, which I forgot was enabled by default on fresh installs of CentOS.
Setting the SELinux mode to "permissive" enabled the communication: setenforce permissive
In this mode the SELinux will not enforce but inform instead.
Temporary solution of course, really need to dig into SELinux and set correct rules but this will hopefully be good information for anyone else struggling with this.
Comment