Collectd Client-Server installation automation script
[bottlenecks.git] / monitor / install-collectd-client.sh
diff --git a/monitor/install-collectd-client.sh b/monitor/install-collectd-client.sh
new file mode 100644 (file)
index 0000000..00fa4c8
--- /dev/null
@@ -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