Skip to content

konstantinj/docker-collectd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collectd Docker iamge for Docker monitoring

Production ready Docker container for collectd with docker-collectd-plugin for docker container monitoring.

This uses the Docker API to report stats for each container on the host.

The following container stats are reported:

  • Network bandwidth
  • Memory usage
  • CPU usage

Metric names look like this:

collectd.<host>.docker_stats.<app>.<task>.<type>.<metric>

Collectd is configured to send data via network plugin to NETWORK_HOST:NETWORK_PORT.

Usage

sudo docker run \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -e HOSTNAME=localhost \
  -e NETWORK_HOST=e.g. logstash \
  -e NETWORK PORT=e.g. 25826 \
  konjak/collectd

Status

Production stable.

About

Collectd in a Docker image for Docker monitoring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published