Hello!
I started to change zabbix proxies to docker containers and get unknown error
These errors could be repeated 3-10 times per hour, jitter between connection restore is 0.3-15 sec.
Its only trouble and proxies works good
Options to start container:
zabbix/zabbix-proxy-mysql
l-6.0-latest (i tried ubuntu and alpine with same result)
With same options regular zabbix_proxy works without this errors (same network, same addresses)
I started to change zabbix proxies to docker containers and get unknown error
Code:
211:20241216:120011.639 Unable to connect to [zabbix]:10051 [TCP successful, cannot establish TLS to [[zabbix]:10051]: SSL_connect() timed out] 211:20241216:120011.639 Will try to reconnect every 1 second(s) 211:20241216:120038.212 Connection restored.
Its only trouble and proxies works good
Options to start container:
zabbix/zabbix-proxy-mysql
l-6.0-latest (i tried ubuntu and alpine with same result)Code:
ZBX_TIMEOUTE: "20"
ZBX_TLSACCEPT: "psk"
ZBX_TLSCONNECT: "psk"
ZBX_TLSPSKFILE: "/etc/zabbix/zabbix_proxy.psk"
ZBX_TLSPSKIDENTITY: "{{ proxy_name }}"
ZBX_CACHESIZE: "256M"
ZBX_STARTPOLLERS: "25"
Comment