qnib / docker-zkui

Zookeeper UI
GNU General Public License v2.0
13 stars 11 forks source link

when running to the docker-compose cant get zkui to work (Ubuntu 16.04 LTS 64bit) #5

Open buchnick7 opened 6 years ago

buchnick7 commented 6 years ago

when running to the docker-compose cant get zkui to work.

details:

`consul: image: qnib/consul container_name: consul ports:

zkui: hostname: zkui container_name: zkui dns: 127.0.0.1 dns_search:

zookeeper: hostname: zookeeper container_name: zookeeper dns: 127.0.0.1 dns_search:

further details: when running: sudo docker-compose up -d i get the following output: Creating consul Creating zookeeper Creating zkui and when when checking the docker processes i get: screenshot from 2017-12-25 10-13-16

now, Consul is really up and running but the Consul ui says that the zkui http service is unreachable where the check: try to curl localhost:9090 fails... and the Consul ui mark this as critical

screenshot from 2017-12-25 10-05-01

buchnick7 commented 6 years ago

please lmk

thanks!

NEW666 commented 5 years ago

the same problem i meet in CentOS7-x64,the same docker version,but the zkui can not work , and the error is the same, zkui unhealthy

image

image

ChristianKniep commented 5 years ago

Oh boy, that is rather old stuff. Can you please check the repository https://github.com/qnib/plain-zkui. I just fixed that one, which does not use consul..