monasca / monasca-docker

Docker files and setup for Monasca
Apache License 2.0
24 stars 47 forks source link

monasca docker install error #481

Closed zhangjianweibj closed 5 years ago

zhangjianweibj commented 5 years ago

hello,i install monasca as document describe:docker-compose -f log-pipeline.yml -f docker-compose.yml up ,but thresh and monasca-statsd components not working.erros as follws.

image

image

thresh component use storm as the document describe.

image

matrixik commented 5 years ago

Do you have monasca-statsd running? https://github.com/monasca/monasca-docker/tree/master/monasca-statsd https://github.com/monasca/monasca-docker/blob/master/docker-compose.yml#L214-L220

With the second problem I'm unable to help you. I never replaced thresh with storm in such way.

zhangjianweibj commented 5 years ago

thanks,i want to deploy Monasca on different nodes.and ensure each Monasca components are high available.but docker compse deploy monaca on same node.so i use docker swarm to deploy monasca with cmd "docker stack deploy -c docker-compose.yml".but encounter many errors.can your give me some advise?very thanks.

matrixik commented 5 years ago

Sorry, never worked with Docker Swarm, can't help you much.

zhangjianweibj commented 5 years ago

thanks.