summaryrefslogtreecommitdiffstats
path: root/monitor/install-collectd-client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/install-collectd-client.sh')
-rw-r--r--monitor/install-collectd-client.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/monitor/install-collectd-client.sh b/monitor/install-collectd-client.sh
new file mode 100644
index 00000000..00fa4c88
--- /dev/null
+++ b/monitor/install-collectd-client.sh
@@ -0,0 +1,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