I'm trying to install Zabbix 3.2 on Centos 7.1. I was getting errors on trying to start with "systemctl start zabbix_server" until I installed trousers. Now it starts just fine.
I can see zabbix_server is running, since I can see it in ps. When I try to telnet to port 10051 I get "Connection refused".
zabbix-agent is also running, and I can see in lsof and in netstat that it has port 10050 open, and I get a connection when I telnet to 10050.
So my question is, why is port 10051 not open when zabbix_server is running?
I can see zabbix_server is running, since I can see it in ps. When I try to telnet to port 10051 I get "Connection refused".
zabbix-agent is also running, and I can see in lsof and in netstat that it has port 10050 open, and I get a connection when I telnet to 10050.
So my question is, why is port 10051 not open when zabbix_server is running?

Comment