1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/collectd
2015-06-24 18:48:29 +08:00
..
collectd add collectd 2015-06-24 18:48:29 +08:00
docker-compose.yml add collectd 2015-06-24 18:48:29 +08:00
Dockerfile add collectd 2015-06-24 18:48:29 +08:00
README.md add collectd 2015-06-24 18:48:29 +08:00

collectd

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.

docker-compose.yml

collectd:
  image: vimagick/collectd
  volumes:
    - /proc:/proc:ro
  restart: always