I have a Zabbix 1.6.5 server at my office which is monitoring the infrastructure correctly.
At another site I have deployed a Zabbix 1.6.5 proxy server.
The proxy shows up in the console (Configuration -> Hosts -> Proxies) as last seen some time ago and every now and then the time goes to zero so I assume the server can at least communicate with the proxy.
The proxy log continually reports:
I can telnet to the server from the proxy on port 10051 successfully (i get a blank telnet window so I assume that this is OK)
The agents that report to the proxy never end up with any data on the server (the items for those agents all show "-")
The proxy log also shows:
I am at a loss of what to check next.
At another site I have deployed a Zabbix 1.6.5 proxy server.
The proxy shows up in the console (Configuration -> Hosts -> Proxies) as last seen some time ago and every now and then the time goes to zero so I assume the server can at least communicate with the proxy.
The proxy log continually reports:
Code:
Unable connect to the server [server]:10051 [Cannot connect to [server:10051] [Interrupted system call]]
The agents that report to the proxy never end up with any data on the server (the items for those agents all show "-")
The proxy log also shows:
Code:
Error while receiving answer from server [ZBX_TCP_READ() failed [Interrupted system call]] --and-- Heartbeat message failed
Comment