An open API service indexing awesome lists of open source software.

https://github.com/vane-tech/riemann-docker-health

A flexible dockerised wrapper around the riemann-docker-health utility from riemann-tools.
https://github.com/vane-tech/riemann-docker-health

Last synced: about 2 months ago
JSON representation

A flexible dockerised wrapper around the riemann-docker-health utility from riemann-tools.

Awesome Lists containing this project

README

        

# riemann-docker-health

Remember that for the utility to have access to your other Docker services, you
need to mount the socket inside the container.

You can adjust the arguments using the `RIEMANN_DOCKER_HEALTH_ARGUMENTS`
environment variable.

For example:
`docker run -it -v /var/run/docker.sock:/var/run/docker.sock -e "RIEMANN_DOCKER_HEALTH_ARGUMENTS=-h your-riemann-server.com -t some -t tags --host-hostname your_hostname" your-tag`