Code

Enable the rpc plugin
[pkg-collectd.git] / debian / collectd.conf
index 6bb8516f40bf2d993295e40042564551ac20b44c..16a9d368bf68939b07fbde40bc79b4b8c47ebd36 100644 (file)
@@ -121,6 +121,7 @@ LoadPlugin entropy
 #LoadPlugin gmond
 #LoadPlugin gps
 #LoadPlugin hugepages
+#LoadPlugin grpc
 #LoadPlugin hddtemp
 #LoadPlugin intel_rdt
 LoadPlugin interface
@@ -579,6 +580,21 @@ LoadPlugin users
 #      Port 7634
 #</Plugin>
 
+#<Plugin grpc>
+#       <Server "example.com" "50051">
+#               EnableSSL true
+#               SSLCACertificateFile "/path/to/root.pem"
+#               SSLCertificateFile "/path/to/server.pem"
+#               SSLCertificateKeyFile "/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>
+
 #<Plugin hugepages>
 #    ReportPerNodeHP  true
 #    ReportRootHP     true