mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
.. | ||
collectd | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
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