projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1ebc0
)
src/collectd.conf.in: Fix netcmd example port.
author
Florian Forster
<octo@collectd.org>
Fri, 7 Oct 2011 15:03:52 +0000
(17:03 +0200)
committer
Florian Forster
<octo@collectd.org>
Tue, 9 Jun 2015 16:52:09 +0000
(17:52 +0100)
Change-Id: Ia1ae53d1dbc4052c4171404a28631607a7a4055b
src/collectd.conf.in
patch
|
blob
|
history
diff --git
a/src/collectd.conf.in
b/src/collectd.conf.in
index
8ff76b4
..
6127955
100644
(file)
--- a/
src/collectd.conf.in
+++ b/
src/collectd.conf.in
@@
-747,7
+747,7
@@
#<Plugin netcmd>
# <Listen>
# Address "::1"
-# Port "
1234
"
+# Port "
25826
"
# TLSCertFile "/path/to/cert"
# TLSKeyFile "/path/to/key"
# TLSCAFile "/path/to/ca"