docker(): added collectd system metrics collector that writes to graphite, just for testing

This commit is contained in:
Torkel Ödegaard
2016-05-28 10:13:51 +02:00
parent cf87e8ecf5
commit ca8543348b
6 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
collectd:
build: blocks/collectd
environment:
HOST_NAME: myserver
GRAPHITE_HOST: graphite
GRAPHITE_PORT: 2003
GRAPHITE_PREFIX: collectd.
REPORT_BY_CPU: 'false'
COLLECT_INTERVAL: 10
links:
- graphite