aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/k8s/collectd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'performanceTests/k8s/collectd/Makefile')
-rw-r--r--performanceTests/k8s/collectd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/performanceTests/k8s/collectd/Makefile b/performanceTests/k8s/collectd/Makefile
new file mode 100644
index 00000000..38f2ebf8
--- /dev/null
+++ b/performanceTests/k8s/collectd/Makefile
@@ -0,0 +1,5 @@
+
+install-collectd:
+ @echo "\n##### Install collectd #####"
+ @bash config/install_collectd.sh
+ @echo "##### DONE #####"