X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=187a9a9e9f8c16e550cf8a0487cad8a74d997090;hb=fd7ac9a6a47d864bd9663f8da9a10d4ee55578fb;hp=a75bcc04f90c114046468d1f51a7149fe9bb75eb;hpb=130bf8ce428a7bbdec766d35c76bd616358e5431;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index a75bcc04..187a9a9e 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -84,7 +84,7 @@ # Lines beginning with a single `#' belong to plugins which have been built # # but are disabled by default. # # # -# Lines begnning with `##' belong to plugins which have not been built due # +# Lines beginning with `##' belong to plugins which have not been built due # # to missing dependencies or because they have been deactivated explicitly. # ############################################################################## @@ -121,9 +121,10 @@ #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond +#@BUILD_PLUGIN_GRPC_TRUE@LoadPlugin grpc #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface -#@BUILD_PLUGIN_IPC_TRUE@@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc +#@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs @@ -206,6 +207,7 @@ #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb +#@BUILD_PLUGIN_XENCPU_TRUE@LoadPlugin xencpu #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc #@BUILD_PLUGIN_ZONE_TRUE@LoadPlugin zone @@ -488,7 +490,6 @@ # FSType "ext3" # IgnoreSelected false # ReportByDevice false -# ReportReserved false # ReportInodes false # ValuesAbsolute true # ValuesPercentage false @@ -556,6 +557,11 @@ # # +# +# WorkerThreads 5 +# Listen "0.0.0.0" "50051" +# + # # Host "127.0.0.1" # Port "7634" @@ -578,6 +584,7 @@ # # Chain table chain +# Chain6 table chain # # @@ -1254,10 +1261,10 @@ ## None of the following option should be set manually ## This plugin automatically detect most optimal options ## Only set values here if: -## - The module ask you to +## - The module asks you to ## - You want to disable the collection of some data -## - Your (intel) CPU is not supported (yet) by the module -## - The module generate a lot of errors 'MSR offset 0x... read failed' +## - Your (Intel) CPU is not supported (yet) by the module +## - The module generates a lot of errors 'MSR offset 0x... read failed' ## In the last two cases, please open a bug request # # TCCActivationTemp "100" @@ -1371,6 +1378,7 @@ # ClientKey "/etc/ssl/client.pem" # ClientCert "/etc/ssl/client.crt" # ClientKeyPass "secret" +# Header "X-Custom-Header: custom_value" # SSLVersion "TLSv1" # Format "Command" # StoreRates false