ldoguin / docker-monitoring

Docker images used to test monitoring
36 stars 6 forks source link

Docker Monitoring Containers #1

Open nowthatsamatt opened 10 years ago

nowthatsamatt commented 10 years ago

I can't get the Nuxeo or Graphite containers to build. The Diamond container "succeeded" but with several errors. I'm going to go play with them now but I can't promise how effective I'll be.

Relevant snippets errors received: nuxeobase: https://gist.github.com/1dcbbc4afe8cbde2c384 nuxeo: https://gist.github.com/dce11a20cfba959574e7 graphite: https://gist.github.com/15a79be134a4f0607e70

Entire session: https://gist.github.com/57d7df4951192ffd9e3c

Environment context: Docker v1.1.1 Ubuntu 14.04 Running this as root.

nowthatsamatt commented 10 years ago

I believe my pull requests fix these issues but now I can't get Nuxeo running. It's trying to proxy 80 to 8080 within the container? Unless I'm stupid here:

==> nuxeo_error.log <== [Fri Jul 18 20:10:41 2014] errorConnection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed [Fri Jul 18 20:10:41 2014] [error] ap_proxy_connect_backend disabling worker for (localhost)

==> nuxeo_access.log <== 10.0.1.50 - - [18/Jul/2014:20:10:41 +0000] "GET /nuxeo/ HTTP/1.1" 503 504 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36"

Getting this in Chrome: https://dl.dropboxusercontent.com/spa/pean567jxvpuaik/psg9uo_5.png

jqcorreia commented 10 years ago

I'm getting the same errors building Graphite container as nowthatsamatt. I'm really looking forward to see this work. I've tried to add the missing deps but without any positive results.

Thanks in advance