grpc plugin: Implement the <Server "host" "port"> option.
[collectd.git] / src / collectd.conf.in
index e06465b..e1e02a8 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>