netcmd plugin: Some more work towards a working TLS setup.
[collectd.git] / src / collectd.conf.in
index a19647a..8ff76b4 100644 (file)
 #</Plugin>
 
 #<Plugin netcmd>
-#      Listen "192.168.0.1"
-#      Listen "unix:/var/run/collectd-netcmd"
-#      SocketPerms "0660"
+#  <Listen>
+#    Address "::1"
+#    Port "1234"
+#    TLSCertFile "/path/to/cert"
+#    TLSKeyFile  "/path/to/key"
+#    TLSCAFile   "/path/to/ca"
+#    TLSCRLFile  "/path/to/crl"
+#    TLSVerifyPeer yes|no
+#  </Listen>
 #</Plugin>
 
 #<Plugin netlink>