Hi there,
I recently installed zabbix on my servers.
Zabbix Sever: Ubuntu 18.04
Zabbix Agent remote server: Amazon Linux AMI
I set up zabbix server and the agent according to the documentation provided.
My zabbix_agentd.conf on the remote server:
My zabbix_agentd.conf on the zabbix server:
On the web interface under the remote server host availability, I get the error:
In the zabbix server logs, Im getting the error:
I find this weird because on the web interface, I specified port 10050, but the logs show that I cannot connect on port 10051.
When I run telnet from the zabbix server to the remote server on port 10050 it succeeds. But when I run it on port 10051 it says Connection refused.
Please help!
Much thanks,
Elias
I recently installed zabbix on my servers.
Zabbix Sever: Ubuntu 18.04
Zabbix Agent remote server: Amazon Linux AMI
I set up zabbix server and the agent according to the documentation provided.
My zabbix_agentd.conf on the remote server:
HTML Code:
LogFile=/tmp/zabbix_agentd.log Server=x.x.xxx.36 (zabbix server ip) ServerActive=x.x.xxx.36 Hostname=Labs
HTML Code:
LogFile=/tmp/zabbix_agentd.log Server=127.0.0.1,x.x.xxx.26 (remote server ip) ServerActive=127.0.0.1,x.x.xxx.26 Hostname=Labs
Received empty response from Zabbix Agent at [x.x.xx.26]. Assuming that agent dropped connection because of access permissions.
active check configuration update from [x.x.xx.26:10051] started to fail (cannot connect to [[x.x.xx.26]:10051]: [111] Connection refused)
When I run telnet from the zabbix server to the remote server on port 10050 it succeeds. But when I run it on port 10051 it says Connection refused.
Please help!
Much thanks,
Elias
Comment