Code

grpc plugin: Implement the <Server "host" "port"> option.
[collectd.git] / src / collectd.conf.in
index e06465bf44ac82c256c1303abb41df3dd3bb49e8..e1e02a8a59f7643c697dcc3050747e7329e93383 100644 (file)
 #</Plugin>
 
 #<Plugin grpc>
-#      <Listen "0.0.0.0" "50051">
+#      <Server "example.com" "50051">
 #              EnableSSL true
 #              SSLRootCerts "/path/to/root.pem"
 #              SSLServerCert "/path/to/server.pem"
 #              SSLServerKey "/path/to/server.key"
+#      </Server>
+#      <Listen "0.0.0.0" "50051">
+#              EnableSSL true
+#              SSLCACertificateFile "/path/to/root.pem"
+#              SSLCertificateFile "/path/to/client.pem"
+#              SSLCertificateKeyFile "/path/to/client.key"
 #      </Listen>
 #</Plugin>