I am using Zabbix Server version 1.8.10 and discovered the following in the server log:
I was able to pinpoint the issue to Iptables: If I stop IPtables on the Linux client (MyServer), then I won't get those error messages in the server log. However, even with iptables on, I can connect to the client:
Any ideas?
Code:
7233:20120217:113500.281 resuming Zabbix agent checks on host [MyServer]: connection restored 7230:20120217:113527.688 Zabbix agent item [net.tcp.service[ssh]] on host [MyServer] failed: first network error, wait for 15 seconds 7233:20120217:113545.292 Zabbix agent item [net.tcp.service[ssh]] on host [MyServer] failed: another network error, wait for 15 seconds 7233:20120217:113600.548 resuming Zabbix agent checks on host [MyServer]: connection restored 7228:20120217:113625.868 Zabbix agent item [net.tcp.service[ssh]] on host [MyServer] failed: first network error, wait for 15 seconds 7233:20120217:113643.562 Zabbix agent item [net.tcp.service[ssh]] on host [MyServer] failed: another network error, wait for 15 seconds
Code:
root@zabbixserver:~# telnet myserver.tld 10050 Trying xxx.xxx.xxx.xxx... Connected to myserver.tld. Escape character is '^]'. ZBXDZBX_NOTSUPPORTEDConnection closed by foreign host.
Comment