I used zabbix appliance docker image (centos created 2018-11-26) on docker-ce (17.06.0) with below command.
docker run --restart=always --name zabbix -h zabbix -e ZBX_SERVER_NAME="zabbix" -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:centos-trunk
also I used zabbix-agent (rpm version) on centos 6 and 7, after restart zabbix-agent, I got bellow error.
active check configuration update from [zabbix_server_IP:10051] started to fail (ZAB_TCP_READ) time out()
also, I set Server and ServerActive and ,... on zabbix_agentd.conf and there is no network or firewall problem because below telnets are OK:
telnet zabbix_server_ip:10051
telnet zabbix_agent_ip:10050
but, zabbix agent (active) items not working, for example log[] and logrt[]
please assist me.
docker run --restart=always --name zabbix -h zabbix -e ZBX_SERVER_NAME="zabbix" -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:centos-trunk
also I used zabbix-agent (rpm version) on centos 6 and 7, after restart zabbix-agent, I got bellow error.
active check configuration update from [zabbix_server_IP:10051] started to fail (ZAB_TCP_READ) time out()
also, I set Server and ServerActive and ,... on zabbix_agentd.conf and there is no network or firewall problem because below telnets are OK:
telnet zabbix_server_ip:10051
telnet zabbix_agent_ip:10050
but, zabbix agent (active) items not working, for example log[] and logrt[]
please assist me.

Comment