Hi there,
I am new to zabbix as well as linux so I may be overlooking something very basic. Your time taking a look at this is appreciated.
I have built a CentOS 7 server and installed Zabbix 3.4.7.
I am able to log in to the frontend successfully but get an message saying "Zabbix server is not running: the information displayed may not be current"
I have tried to fix this with a few things;
First by confirming the service is actually running on the server with systemctl status zabbix-server
I have confirmed zabbix.conf.php and zabbix_server.conf have the same settings.
I have run setsebool to change "httpd_can_network_connect", "httpd_can_connect_zabbix" and "zabbix_can_network" to "on"
Through firewalld I have allowed port 10051 (and can confirm it is listed using firewall-cmd --zone=public --list-all)
When I run "nmap -sT localhost -p 10051" the STATE is closed. I think that, that is where the root of the problem is but not sure how to fix it?
Do I need to do any sort of config for port 10050?
Again, I apprecate the time for assistnance. Thanks in advance.
I am new to zabbix as well as linux so I may be overlooking something very basic. Your time taking a look at this is appreciated.
I have built a CentOS 7 server and installed Zabbix 3.4.7.
I am able to log in to the frontend successfully but get an message saying "Zabbix server is not running: the information displayed may not be current"
I have tried to fix this with a few things;
First by confirming the service is actually running on the server with systemctl status zabbix-server
I have confirmed zabbix.conf.php and zabbix_server.conf have the same settings.
I have run setsebool to change "httpd_can_network_connect", "httpd_can_connect_zabbix" and "zabbix_can_network" to "on"
Through firewalld I have allowed port 10051 (and can confirm it is listed using firewall-cmd --zone=public --list-all)
When I run "nmap -sT localhost -p 10051" the STATE is closed. I think that, that is where the root of the problem is but not sure how to fix it?
Do I need to do any sort of config for port 10050?
Again, I apprecate the time for assistnance. Thanks in advance.
Comment