From cb67313c1e14b6eca057bdfc7722bc11506b7a2a Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Wed, 2 May 2018 16:52:11 +0800 Subject: Restructure monitoring scripts Restructure the monitoring scripts and modify the scripts to remove the redundance Change-Id: Ib4a5d7bea2dc455ec03ad61780b6caf06831daa8 Signed-off-by: Yang Yu --- monitor/install_collectd_client.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 monitor/install_collectd_client.sh (limited to 'monitor/install_collectd_client.sh') diff --git a/monitor/install_collectd_client.sh b/monitor/install_collectd_client.sh deleted file mode 100644 index 3861f987..00000000 --- a/monitor/install_collectd_client.sh +++ /dev/null @@ -1,8 +0,0 @@ -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 -- cgit 1.2.3-korg