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.
- Host: GitHub
- URL: https://github.com/praveen1664/graphiteclient
- Owner: praveen1664
- Created: 2019-05-25T10:32:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T10:33:34.000Z (about 7 years ago)
- Last Synced: 2025-03-15T06:35:27.296Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, dockerfiles, graphitehost, graphiteport, script
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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