It seems this issue is not fixed https://support.zabbix.com/browse/ZBX-13351
Running agent version 3.4.8
zabbix-agent:
Installed: 1:3.4.8-1+xenial
Candidate: 1:3.4.8-1+xenial
Version table:
*** 1:3.4.8-1+xenial 500
500 http://repo.zabbix.com/zabbix/3.4/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status
1:2.4.7+dfsg-2ubuntu2.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
1:2.4.7+dfsg-2ubuntu2 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
root@zabbix-proxy:~# tail -10 /var/log/zabbix/zabbix_agentd.log
14625:20180405:142502.364 using configuration file: /etc/zabbix/zabbix_agentd.conf
14625:20180405:142502.364 agent #0 started [main process]
14629:20180405:142502.365 agent #4 started[listener #3]
14628:20180405:142502.366 agent #3 started[listener #2]
14627:20180405:142502.368 agent #2 started[listener #1]
14626:20180405:142502.369 agent #1 started [collector]
14629:20180405:144853.149 SSL_shutdown() with 127.0.0.1 set result code to 5:
14628:20180405:144909.727 SSL_shutdown() with 127.0.0.1 set result code to 5:
14627:20180405:144910.032 SSL_shutdown() with 127.0.0.1 set result code to 5:
14629:20180405:144911.996 SSL_shutdown() with 127.0.0.1 set result code to 5:
The lxc container has Zabbix Proxy and Zabbix Agent on the same host. The agent is configured with Server=127.0.0.1 because the proxy is on the same host. Encryption is configured with psk on the server, proxy and agent. The data reports fine to the Zabbix Server, so i presume the connection is fine. There are just some ssl errors.
Running agent version 3.4.8
zabbix-agent:
Installed: 1:3.4.8-1+xenial
Candidate: 1:3.4.8-1+xenial
Version table:
*** 1:3.4.8-1+xenial 500
500 http://repo.zabbix.com/zabbix/3.4/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status
1:2.4.7+dfsg-2ubuntu2.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
1:2.4.7+dfsg-2ubuntu2 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
root@zabbix-proxy:~# tail -10 /var/log/zabbix/zabbix_agentd.log
14625:20180405:142502.364 using configuration file: /etc/zabbix/zabbix_agentd.conf
14625:20180405:142502.364 agent #0 started [main process]
14629:20180405:142502.365 agent #4 started[listener #3]
14628:20180405:142502.366 agent #3 started[listener #2]
14627:20180405:142502.368 agent #2 started[listener #1]
14626:20180405:142502.369 agent #1 started [collector]
14629:20180405:144853.149 SSL_shutdown() with 127.0.0.1 set result code to 5:
14628:20180405:144909.727 SSL_shutdown() with 127.0.0.1 set result code to 5:
14627:20180405:144910.032 SSL_shutdown() with 127.0.0.1 set result code to 5:
14629:20180405:144911.996 SSL_shutdown() with 127.0.0.1 set result code to 5:
The lxc container has Zabbix Proxy and Zabbix Agent on the same host. The agent is configured with Server=127.0.0.1 because the proxy is on the same host. Encryption is configured with psk on the server, proxy and agent. The data reports fine to the Zabbix Server, so i presume the connection is fine. There are just some ssl errors.
Comment