1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/collectd/README.md

17 lines
321 B
Markdown
Raw Normal View History

2015-06-24 12:48:29 +02: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:
2015-06-24 13:23:22 +02:00
- ./collectd:/etc/collectd
2015-06-24 12:48:29 +02:00
restart: always
```