From d2e36b56a8a3dca416a6a62bbf9577d511e9600b Mon Sep 17 00:00:00 2001 From: Daniel Seybold Date: Tue, 16 Apr 2019 12:54:41 +0200 Subject: [PATCH] moved telegraf start before couchabse data start --- input/applications/database/couchbase_cluster.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/applications/database/couchbase_cluster.app b/input/applications/database/couchbase_cluster.app index d1e4a5d..0bde41f 100644 --- a/input/applications/database/couchbase_cluster.app +++ b/input/applications/database/couchbase_cluster.app @@ -62,5 +62,5 @@ components : && wget -O telegraf.conf '#SERVICE_ENDPOINT#/scripts/database/couchbase/telegraf.conf' " install : "sudo -E chmod +x install.sh && sudo -E ./install.sh" configure : " source /etc/environment && sudo -E chmod +x init.sh && sudo -E chmod +x data.sh && sudo -E ./init.sh" - start : "source /etc/environment && sudo -E ./data.sh && sudo -E chmod +x telegraf.sh && sudo -E ./telegraf.sh" + start : "source /etc/environment && sudo -E chmod +x telegraf.sh && sudo -E ./telegraf.sh && sudo -E ./data.sh " stop : "" \ No newline at end of file -- GitLab