Mike Holloway

Results 14 comments of Mike Holloway

Prometheus doesn't know how to scrape metrics directly from nginx, you'll need to use a Prometheus 'exporter' service that knows how to talk to nginx to read it's internal metrics...

If your prom is running in a container, localhost:9187 will resolve to that prom container's 127.0.0.1 address. If you are running prom and postgres as Docker compose services inside the...

I recently forked swarmprom from Stefan (it's too good a stack not to use) and packaged some additional DevOps workflow into it, please take a look at https://github.com/swarmstack/swarmstack On a...

Take a look at the healthcheck: section of Prometheus service work a working healthcheck for the prom container: https://github.com/swarmstack/swarmstack/blob/master/docker-compose.yml

swarmprom's stack by default creates an overlay network: docker-compose.yml: networks: net: driver: overlay attachable: true To deploy other services or stacks that will be routable/addressable by DNS tasks.name to each...

While I don't have experience using GlusterFS with Docker. looking at the current state of the Docker volume plugin glusterfs-volume-plugin it appears that it's a manual operation to create GlusterFS...

Jose, this sounds amazing, and pre 1.0! I’ll take a look at your other catch shortly when I get back to computer! -mike On Wed, Jan 9, 2019 at 4:53...

Back from travel, just let me know if you get a PR together, or also I can work with you via discord if you'd like me to do the integration,...

You should follow along the SWARMSTACK INSTALLATION instructions within https://github.com/swarmstack/swarmstack/blob/master/README.md in order to deploy etcd and portworx to your swarm cluster. Afterwards, running the command below: ansible-playbook -i clusters/swarmstack playbooks/swarmstack.yml...

There is also now a docker-compose-singlebox.yml that will allow you to install just the DevOps tool stack (Prometheus/Grafana/Alertmanager/NetData/Portainer/Unsee) onto a single EL7 or macOS host with Docker installed, and without...