stefanprodan / swarmprom

Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caddy not starting.

ashish235 opened this issue · comments

Hi,

the caddy server is not starting, when I do a docker service ls, all the services I see as started with caddy only having replica as 0/1.
I did inspect and its doesn't show any error or even no logs o/p too from the container. When I remove the stack and redeploy it, sometimes the health of the caaddy container is starting and sometimes it's unhealthy.

I 'm running this on a Ubuntu 16-04 node with latest docker version.

The Caddy health check hits Grafana. Maybe there is a problem with the latest Grafana version. You can remove the health check CMD from the Caddy service.

I increased the allocated memory in compose file for caddy and it started. Doubled it from the default.

Thanks for the prompt reply. Just started playing with this. At first look it looks great, hopefull I will be able to work with it.