Hello everyone !
I encountered a communication problem with a zabbix_proxy and the agents behind.
While doing this command (from zabbix_proxy) :
/usr/local/bin/zabbix_get -s127.0.0.1 -p10050 -kagent.version
I received a correct output with the agent version.
If i do the following command on an host :
/usr/local/bin/zabbix_get -s192.9.201.205 -p10050 -kagent.version
Get value error: ZBX_TCP_READ() failed: [104] Connection reset by peer
If i telnet the host :
root@CENTRALP-PROXY:/home/pi# telnet 192.9.201.205 10050
Trying 192.9.201.205...
Connected to 192.9.201.205.
Escape character is '^]'.
Connection closed by foreign host.
root@CENTRALP-PROXY:/home/pi# zabbix_proxy -V
Zabbix proxy v2.4.0 (revision 48953) (11 September 2014)
Compilation time: Aug 11 2015 00:03:56
One the host :
1420:20150806:141839.310 Starting Zabbix Agent [JANUS]. Zabbix 2.4.0 (revision 48940).
Windows 2003 R2 SP2
Any idea ?
The proxy can ping all the hosts, there are all in the same subnet, there is no firewall actived on the hosts.
I encountered a communication problem with a zabbix_proxy and the agents behind.
While doing this command (from zabbix_proxy) :
/usr/local/bin/zabbix_get -s127.0.0.1 -p10050 -kagent.version
I received a correct output with the agent version.
If i do the following command on an host :
/usr/local/bin/zabbix_get -s192.9.201.205 -p10050 -kagent.version
Get value error: ZBX_TCP_READ() failed: [104] Connection reset by peer
If i telnet the host :
root@CENTRALP-PROXY:/home/pi# telnet 192.9.201.205 10050
Trying 192.9.201.205...
Connected to 192.9.201.205.
Escape character is '^]'.
Connection closed by foreign host.
root@CENTRALP-PROXY:/home/pi# zabbix_proxy -V
Zabbix proxy v2.4.0 (revision 48953) (11 September 2014)
Compilation time: Aug 11 2015 00:03:56
One the host :
1420:20150806:141839.310 Starting Zabbix Agent [JANUS]. Zabbix 2.4.0 (revision 48940).
Windows 2003 R2 SP2
Any idea ?
The proxy can ping all the hosts, there are all in the same subnet, there is no firewall actived on the hosts.
ort (or hostname
Comment