Hi everyone!
I have a problem with my Zabbix platform, at once end of my platform I have servers that go through a nailed connection.
These servers do not report to the Zabbix proxy, although there is connection between both sides of the network. There is telnet through ports 10050 and 10051 on both sides of the connection.
Example: Telnet to agent is OK
And towards the other end the same, from the agent to the server through the perfect port 10051. However, the proxy and the console are not able to do ./zabbix_get because of the following message:
In the configuration of the file Zabbix_agentd.conf I have included as server the proxy server to which Zabbix points, both with its local IP and the Nated IP with which it is presented to the agents.
Can someone help me?
Thanks in advance
I have a problem with my Zabbix platform, at once end of my platform I have servers that go through a nailed connection.
These servers do not report to the Zabbix proxy, although there is connection between both sides of the network. There is telnet through ports 10050 and 10051 on both sides of the connection.
Example: Telnet to agent is OK
Code:
[root @ XXXX ~] # telnet 2.1.0.31 10050 Trying 2.1.0.31 ... Connected to 2.1.0.31. Escape character is '^]'.
Code:
[root @ XXXX bin] # ./zabbix_get -s 2.1.0.31 -p 10050 -k agent.version zabbix_get [53645]: Get value error: ZBX_TCP_READ () failed: [104] Connection reset by peer zabbix_get [53645]: Check access restrictions in Zabbix agent configuration
Code:
My Zabbix config: Server: Zabbix 3.4 Proxy: Zabbix 3.4 Agent: Zabbix Agent 3.4.3
Thanks in advance
Comment