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.
- Host: GitHub
- URL: https://github.com/vane-tech/riemann-docker-health
- Owner: vane-tech
- Created: 2015-12-18T13:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T09:58:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-27T10:45:00.382Z (4 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`