grpc plugin: Implement the <Server "host" "port"> option.
[collectd.git] / src / collectd.conf.in
index e3f2aa3..e1e02a8 100644 (file)
 #</Plugin>
 
 #<Plugin grpc>
-#      WorkerThreads 5
-#      <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>
 
 #              User "db_user"
 #              Password "secret"
 #              Database "db_name"
+#              SSLKey "/path/to/key.pem"
+#              SSLCert "/path/to/cert.pem"
+#              SSLCA "/path/to/ca.pem"
+#              SSLCAPath "/path/to/cas/"
+#              SSLCipher "DHE-RSA-AES256-SHA"
 #              MasterStats true
 #              ConnectTimeout 10
 #              InnodbStats true