Skip to content

dstendardi/docker-collectd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker collectd

Circle CI

A collectd docker image that configure itself using the docker api and gather metrics about cgroups and linked containers.

Usage

You need to run this image with two volumes :

  • docker socket : for querying api
  • groups : for gathering metrics about other containers

Also, the collectd will attempt to connect to a carbon compatible host using the following environment variables.

  • CARBON_PORT_2003_TCP_ADDR
  • CARBON_PORT_2003_TCP_PORT
docker run -v /mount/run:/var/run -v /sys/fs/cgroup:/mount/cgroup --link graphite:carbon -ti qay.io/dstendardi/collectd

Roadmap

Add automatic collection of different metrics using detection of environment variables.

  • mysql
  • apache
  • ...

About

A docker image for collectd that configure itself automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages