I'm new to Zabbix, I used it some yars ago for some simple ping-monitoring only.
So now its time again and I run it on Ubuntu in docker with the docker-compose-file:
"docker-compose_v3_ubuntu_mysql_latest.yaml"
After setup I get an error telling me "Zabbix agent is not available":
It is in the compose-file.
Please point me in the right direction.
So now its time again and I run it on Ubuntu in docker with the docker-compose-file:
"docker-compose_v3_ubuntu_mysql_latest.yaml"
After setup I get an error telling me "Zabbix agent is not available":
It is in the compose-file.
Code:
$ docker compose -f zabbix-docker/docker-compose_v3_ubuntu_mysql_latest.yaml up -d [+] Building 0.0s (0/0) [+] Running 7/7 ✔ Network zabbix-docker_zbx_net_frontend Created 0.1s ✔ Network zabbix-docker_zbx_net_backend Created 0.0s ✔ Network zabbix-docker_default Created 0.1s ✔ Container zabbix-docker-db_data_mysql-1 Started 0.7s ✔ Container zabbix-docker-mysql-server-1 Started 0.6s ✔ Container zabbix-docker-zabbix-server-1 Started 1.1s ✔ Container zabbix-docker-zabbix-web-nginx-mysql-1 Started
Comment