collectd.conf: Update grpc sample configuration.
authorSebastian Harl <sh@tokkee.org>
Sat, 7 May 2016 00:26:39 +0000 (02:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 30 May 2016 21:44:19 +0000 (23:44 +0200)
src/collectd.conf.in

index 187a9a9..0b0370e 100644 (file)
 
 #<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>