Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/praveen1664/graphiteclient

This a dockerfile to create Docker image for graphite client for monitoring of the machine and dockers containers running on that machine. This is the combination of collected and docker monitoring script.
https://github.com/praveen1664/graphiteclient

docker docker-compose dockerfile dockerfiles graphitehost graphiteport script

Last synced: about 1 month ago
JSON representation

This a dockerfile to create Docker image for graphite client for monitoring of the machine and dockers containers running on that machine. This is the combination of collected and docker monitoring script.

Awesome Lists containing this project

README

        

# GraphiteClient
Docker image for graphite client for monitoring of the machine and dockers running on that machine

This is the combination of collectd and dockermonitoring script

for docker 1.6 use -
docker run -i -e EP_HOST=GRAPHITEHOST -e EP_PORT=GRAPHITEPORT -e ENV=PREFIX -e NODE=HOSTNAME -v /proc:/host_proc:ro -v /var/run/docker.sock:/var/run/docker.sock:ro akumar261089/dockerstat:1.2

for docker 1.9 use -
docker run -i -e EP_HOST=GRAPHITEHOST -e EP_PORT=GRAPHITEPORT -e ENV=PREFIX -e NODE=HOSTNAME -v /proc:/host_proc:ro -v /var/run/docker.sock:/var/run/docker.sock:ro akumar261089/dockerstat:1.3