Hi fellows, I have installed zabbix6.2-mysql-server and agent with docker compose like this : docker-compose up
679 docker pull ghcr.io/zabbix/zabbix-docker/zabbix-web-nginx-mysql:alpine-trunk
the docker-compose.yml file you find her: https://pastebin.com/qvb3usTt
docker ps -a shows:
systemctl status zabbix-agent says it is running:
zabbix-agentd.conf looks like: https://pastebin.com/PBw3as0f
netstat shows:
What is wrong with my config?
Many Thanks in Advance
Uli
679 docker pull ghcr.io/zabbix/zabbix-docker/zabbix-web-nginx-mysql:alpine-trunk
the docker-compose.yml file you find her: https://pastebin.com/qvb3usTt
docker ps -a shows:
HTML Code:
96bab101a7bf zabbix/zabbix-web-nginx-mysql:alpine-6.2-latest "docker-entrypoint.sh" 23 hours ago Up 23 hours (healthy) 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp zabbix_zabbix-web-nginx-mysql_1 e488ba07f1a8 zabbix/zabbix-agent:alpine-6.2-latest "/sbin/tini -- /usr/…" 23 hours ago Up 23 hours zabbix_zabbix-agent_1 5b749b0f26b1 zabbix/zabbix-server-mysql:alpine-6.2-latest "/sbin/tini -- /usr/…" 23 hours ago Up 23 hours 0.0.0.0:10051->10051/tcp, :::10051->10051/tcp zabbix_zabbix-server_1 8ecc133e2610 mariadb:10.5 "docker-entrypoint.s…" 23 hours ago Up 23 hours zabbix_mysql-server_1 d0af57f36f62 zabbix/zabbix-server-pgsql:ubuntu-latest "/usr/bin/tini -- /u…" 25 hours ago Restarting (1) 2 seconds ago docker_zabbix-server_1 041af8c37923 postgres:latest "docker-entrypoint.s…" 25 hours ago Up 23 hours 5432/tcp docker_postgres-server_1
systemctl status zabbix-agent says it is running:
HTML Code:
zabbix-agent.service - Zabbix Agent Loaded: loaded (/lib/systemd/system/zabbix-agent.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2022-10-20 18:37:06 CEST; 4 days ago Main PID: 758 (zabbix_agentd) Tasks: 6 (limit: 9406) Memory: 10.9M CPU: 4min 44.061s CGroup: /system.slice/zabbix-agent.service ├─758 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf ├─760 "/usr/sbin/zabbix_agentd: collector [idle 1 sec]" "" "" "" "" "" "" "" "" "" "" ├─761 "/usr/sbin/zabbix_agentd: listener Home [waiting for connection]" ├─762 "/usr/sbin/zabbix_agentd: listener Forum [waiting for connection]" ├─763 "/usr/sbin/zabbix_agentd: listener #3 [waiting for connection]" └─764 "/usr/sbin/zabbix_agentd: active checks Home [idle 1 sec]" "" "" ""
HTML Code:
Okt 20 18:37:05 v220210542616153838 systemd[1]: Starting Zabbix Agent... Okt 20 18:37:06 v220210542616153838 systemd[1]: Started Zabbix Agent.
netstat shows:
HTML Code:
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 284351/docker-proxy tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 737/systemd-resolve tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 792/mariadbd tcp 0 0 0.0.0.0:33308 0.0.0.0:* LISTEN 879/sshd: /usr/sbin tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 758/zabbix_agentd tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 284233/docker-proxy tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN 288167/docker-proxy tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 284373/docker-proxy tcp6 0 0 :::8443 :::* LISTEN 284356/docker-proxy tcp6 0 0 :::33308 :::* LISTEN 879/sshd: /usr/sbin tcp6 0 0 :::10050 :::* LISTEN 758/zabbix_agentd tcp6 0 0 :::10051 :::* LISTEN 284239/docker-proxy tcp6 0 0 :::3000 :::* LISTEN 288181/docker-proxy tcp6 0 0 :::8080 :::* LISTEN 284380/docker-proxy
HTML Code:
nmap -p 10051 -vv xxx.xxx.xxx.99 10051/tcp open zabbix-trapper syn-ack ttl 61
Many Thanks in Advance
Uli