I am getting the "Zabbix server is not running" error in the web frontend.
I have Zabbix 2.0.6 installed on CentOS 6.4 64 bit using a standalone DB server. Zabbix can connect to DB server with no problems and SELinux is disabled. I have entries in my zabbix_agentd.log, however I have no zabbix_server.log at all. The log has been configured using the same path as the agent log. The zabbix_server service is running, but I cannot connect to the port. I have read through many possibles resolutions, but nothing has worked so far. Any help would be greatly appreciated.
I have Zabbix 2.0.6 installed on CentOS 6.4 64 bit using a standalone DB server. Zabbix can connect to DB server with no problems and SELinux is disabled. I have entries in my zabbix_agentd.log, however I have no zabbix_server.log at all. The log has been configured using the same path as the agent log. The zabbix_server service is running, but I cannot connect to the port. I have read through many possibles resolutions, but nothing has worked so far. Any help would be greatly appreciated.
[root@MT-ZBAPP-01 zabbix]# ps aux | grep zabbix_server
zabbix 2308 0.0 0.0 99404 1840 ? S 12:41 0:00 /usr/local/sbin/zabbix_server
root 2329 0.0 0.0 103236 892 pts/0 S+ 12:45 0:00 grep zabbix_server
zabbix 2308 0.0 0.0 99404 1840 ? S 12:41 0:00 /usr/local/sbin/zabbix_server
root 2329 0.0 0.0 103236 892 pts/0 S+ 12:45 0:00 grep zabbix_server
[root@MT-ZBAPP-01 ~]# telnet localhost 10051
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Comment