Closed oguzy closed 7 years ago
When i enter the web ui, i dont see dashboards.
Which dashboards? You are starting DB from the scratch.
When i enter the zabbix ui, favorite graphs, favorite screens and favorite maps, all are empty. But when i run docker-compose up, i can see they are filled.
docker-compose uses different container name schema. So it's connecting to different zabbix-db-storage
container where data are stored. It's not a problem with image, but only configuration problem - out of the scope this project. Please check docker/docker-compose documentation.
when i check docker-compose.yml, i don't see a different part from the one that i am doing above. Creating volume from busybox, just the images are monitoringartist/zabbix-db-mariadb and monitoringartist/zabbix-xxl:latest, instead i am using zabbix-db-mariadb which is created via docker built -t zabbix-db-mariadb . from the github source.
Run docker-compose and check docker ps. Docker-compose uses some prefix for container name, etc. As I said - check documentation or I can provide commercial paid support for this your problem.
I am running the images after build them as below
#
zabbix-xxl and zabbix-db-mariadb are the local images i create dby entering the related directory and run docker build. When i enter the web ui, i dont see dashboards. Any idea what missing?