X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=16b66482973c5fe4ff8ebedbe0a1939397e2385d;hb=f876292e5ce4be40ab5b031b2bcfb347f00da1f8;hp=7a3818dc4d471d218fd78fdfeecdc9721ea2b80a;hpb=023092323ca617c8ff95b1efd4a055c29b1aaa3b;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 7a3818dc..16b66482 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -126,6 +126,7 @@ #@BUILD_PLUGIN_GPS_TRUE@LoadPlugin gps #@BUILD_PLUGIN_GRPC_TRUE@LoadPlugin grpc #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp +#@BUILD_PLUGIN_HUGEPAGES_TRUE@LoadPlugin hugepages @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface #@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi @@ -575,11 +576,17 @@ # # +# +# EnableSSL true +# SSLCACertificateFile "/path/to/root.pem" +# SSLCertificateFile "/path/to/server.pem" +# SSLCertificateKeyFile "/path/to/server.key" +# # # EnableSSL true -# SSLRootCerts "/path/to/root.pem" -# SSLServerCert "/path/to/server.pem" -# SSLServerKey "/path/to/server.key" +# SSLCACertificateFile "/path/to/root.pem" +# SSLCertificateFile "/path/to/client.pem" +# SSLCertificateKeyFile "/path/to/client.key" # # @@ -588,6 +595,11 @@ # Port "7634" # +# +# ReportPerNodeHP "true" +# ReportRootHP "true" +# + # # Interface "eth0" # IgnoreSelected false