1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:59:16 +02:00
dockerfiles/collectd/README.md
2015-06-24 19:23:22 +08:00

321 B

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:
    - ./collectd:/etc/collectd
  restart: always