Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
dbms-catalogue
Commits
d2e36b56
Commit
d2e36b56
authored
Apr 16, 2019
by
Daniel Seybold
Browse files
moved telegraf start before couchabse data start
parent
18d21ecb
Pipeline
#46832
passed with stage
in 7 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
input/applications/database/couchbase_cluster.app
input/applications/database/couchbase_cluster.app
+1
-1
No files found.
input/applications/database/couchbase_cluster.app
View file @
d2e36b56
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment