mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 10:37:26 +01:00
321 B
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