blob: 3861f9879455928582ad393fd1bd611093f05f94 (
plain)
1
2
3
4
5
6
7
8
|
MONITOR_CONFIG="/etc/collectd_config"
# Collectd
sudo docker run --name bottlenecks-automated-collectd -d \
--privileged \
-v ${MONITOR_CONFIG}:/etc/collectd:ro \
-v /proc:/mnt/proc:ro \
fr3nd/collectd:5.5.0-1
|