Hello,
I am having some issues while setting up a passive Zabbix agent.
I use on a remote site a Zabbix Dockerized proxy (zabbix/zabbix-proxy-mysql:centos-6.0-latest) with Docker Desktop on Windows server,
I installed a Zabbix agent version 2 (6.0.4) on a Linux server in passive mode, every 2 min I have a message in the "/var/log/zabbix/zabbix_agent2.log" file:
Do I need to map additional ports on my proxy container?
Have you encountered this problem before?
Thanks to the community
I am having some issues while setting up a passive Zabbix agent.
I use on a remote site a Zabbix Dockerized proxy (zabbix/zabbix-proxy-mysql:centos-6.0-latest) with Docker Desktop on Windows server,
I installed a Zabbix agent version 2 (6.0.4) on a Linux server in passive mode, every 2 min I have a message in the "/var/log/zabbix/zabbix_agent2.log" file:
Code:
cannot process incoming connection: read tcp [IP-Agent2]:10050->[IP-Proxy]:50215: i/o timeout cannot process incoming connection: read tcp [IP-Agent2]:10050->[IP-Proxy]:50406: i/o timeout cannot process incoming connection: read tcp [IP-Agent2]:10050->[IP-Proxy]:50484: i/o timeout cannot process incoming connection: read tcp [IP-Agent2]:10050->[IP-Proxy]:64882: i/o timeout
Do I need to map additional ports on my proxy container?
Have you encountered this problem before?
Thanks to the community
Comment