projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d69c93f
)
collectd.conf: Update grpc sample configuration.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 7 May 2016 00:26:39 +0000
(
02:26
+0200)
committer
Sebastian Harl
<sh@tokkee.org>
Mon, 30 May 2016 21:44:19 +0000
(23:44 +0200)
src/collectd.conf.in
patch
|
blob
|
history
diff --git
a/src/collectd.conf.in
b/src/collectd.conf.in
index
187a9a9
..
0b0370e
100644
(file)
--- a/
src/collectd.conf.in
+++ b/
src/collectd.conf.in
@@
-559,7
+559,12
@@
#<Plugin grpc>
# WorkerThreads 5
-# Listen "0.0.0.0" "50051"
+# <Listen "0.0.0.0" "50051">
+# EnableSSL true
+# SSLRootCerts "/path/to/root.pem"
+# SSLServerCert "/path/to/server.pem"
+# SSLServerKey "/path/to/server.key"
+# </Listen>
#</Plugin>
#<Plugin hddtemp>