Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
7a109f45
Commit
7a109f45
authored
Mar 09, 2018
by
Michael Ott
Browse files
Adjust DCDB init script to new collectagent parameter names
parent
7b6c853a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/dcdb_init
View file @
7a109f45
...
...
@@ -90,7 +90,7 @@ case $1 in
#env LD_LIBRARY_PATH=$LD_LIBRARY_PATH collectagent -D -l 0.0.0.0 -h 127.0.0.1 -t 8640000
# Start CollectAgent (no TTL)
env
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
collectagent
-D
-
l
$MQTT_HOST
:
$MQTT_PORT
-
h
$CASSANDRA_HOST
:
$CASSANDRA_PORT
-r
$HTTP_HOST
:
$HTTP_PORT
env
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
collectagent
d
-
m
$MQTT_HOST
:
$MQTT_PORT
-
c
$CASSANDRA_HOST
:
$CASSANDRA_PORT
-r
$HTTP_HOST
:
$HTTP_PORT
# Wait till CollectAgent is up
wait_for_listen_port
$MQTT_PORT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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