Git Product home page Git Product logo

docker-collectd's Introduction

collectd docker image

Description

collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files.

This image allows you to run collectd in a completelly containerized environment

How to use this image

Run collectd with the default configuration:

docker run \
  --privileged \
  -v /proc:/mnt/proc:ro \
  fr3nd/collectd

Run collectd with a custom configuration stored in /etc/collect

docker run \
  --privileged \
  -v /etc/collectd:/etc/collectd:ro \
  -v /proc:/mnt/proc:ro \
  fr3nd/collectd

FAQ

Do you need to run the container as privileged?

Yes. Collectd needs access to the parent host's /proc filesystem to get statistics. It's possible to run collectd without passing the parent host's /proc filesystem without running the container as privileged, but the metrics would not be acurate.

docker-collectd's People

Contributors

adamdecaf avatar dustinchaloupka avatar fr3nd avatar sherzberg avatar

Stargazers

jon ⚝ avatar

Watchers

Luke Amdor avatar Charles Hoffman avatar Benjamin Metz avatar  avatar Raúl Raja Martínez avatar Jason LaChapelle avatar Joe Winder avatar Wesley Iliff avatar Greg Seaton avatar James Cloos avatar Kyle Clinton avatar Matt Kerner avatar  avatar Ryan DeBoer avatar Tomás Ruiz-López avatar Shaun Meyer avatar Jonathan Quist avatar Shawn Garner avatar Nathan Biehl avatar Casey Frost avatar Chris Vieth avatar Valerie Merchant avatar Steph Hubka avatar Michael Miller avatar Brian James avatar Janene Pappas avatar David Strawn avatar Travis Sullivan avatar Aaron Irons avatar Kat Fisher avatar Jared Failor avatar Thomas Graham avatar Matthew Pecarina avatar Todd Munnik avatar Christopher Carlile avatar Trey Toman avatar Joel West avatar Kenny Thomason avatar Nick Flege avatar Justice Adams avatar Caitlin avatar Danielle Heim avatar Blake Eggleston avatar Juan Loera avatar Karla Oddo avatar Danielle Shearer avatar Cameron Weston avatar Zachery Hathaway avatar Hannah Thompson avatar Carter Brown avatar Josh Campbell avatar Bryan Coulter avatar Allison Rolinger avatar Marcus Whitten avatar  avatar Myles Hammerschmidt avatar Ali Arns avatar Ben Weno avatar Basil lumba avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.