Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
fd792f6d
Commit
fd792f6d
authored
Oct 20, 2016
by
daniele
Committed by
Michael Ott
Jan 27, 2017
Browse files
Fixed collectagent command line options
parent
bc4b5a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CollectAgent/collectagent.cpp
View file @
fd792f6d
...
...
@@ -224,7 +224,7 @@ int main(int argc, char* const argv[]) {
std
::
string
listenPort
,
cassandraPort
,
restApiPort
;
listenHost
=
"localhost"
;
cassandraHost
=
"127.0.0.1"
;
restApiHost
=
"0
:0:0:
0"
;
restApiHost
=
"0
.0.0.
0"
;
ttl
=
"0"
;
statistics
=
false
;
while
((
ret
=
getopt
(
argc
,
argv
,
"h:l:r:t:Ds?"
))
!=-
1
)
{
...
...
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