X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=e5b96435991d672874b5732cc951d2f2f225b4e6;hb=cd401b9728839f8b24fd16fac9e9c1753526fd4e;hp=8eb08a6f700cd0d897fc904ed08f640a90addd7c;hpb=680c818999f50daa1ad3b80317b101bf0205c441;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 8eb08a6f..e5b96435 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -114,6 +114,7 @@ #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns +#@BUILD_PLUGIN_DPDKSTAT_TRUE@LoadPlugin dpdkstat #@BUILD_PLUGIN_DRBD_TRUE@LoadPlugin drbd #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy @@ -126,6 +127,8 @@ #@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_INTEL_RDT_TRUE@LoadPlugin intel_rdt @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface #@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi @@ -135,6 +138,7 @@ #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar +#@BUILD_PLUGIN_LUA_TRUE@LoadPlugin lua #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon @@ -206,6 +210,7 @@ #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka #@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb +#@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@LoadPlugin write_prometheus #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu @@ -298,6 +303,7 @@ # # ValuesPercentage false # ReportDegraded false +# QueryStateFS false # # @@ -517,6 +523,16 @@ # SelectNumericQueryTypes true # +# +# Interval 1 +# Coremask "0xf" +# ProcessType "secondary" +# FilePrefix "rte" +# EnabledPortMask 0xffff +# PortName "interface1" +# PortName "interface2" +# + # # SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email" # SocketGroup "collectd" @@ -574,12 +590,17 @@ # # -# WorkerThreads 5 +# +# 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 +609,18 @@ # Port "7634" # +# +# ReportPerNodeHP true +# ReportRootHP true +# ValuesPages true +# ValuesBytes false +# ValuesPercentage false +# + +# +# Cores "0-2" +# + # # Interface "eth0" # IgnoreSelected false @@ -635,6 +668,12 @@ # ReportBySerial false # +# +# BasePath "@prefix@/share/@PACKAGE_NAME@/lua" +# Script "script1.lua" +# Script "script2.lua" +# + # # Interface "wlan0" # IgnoreSelected false @@ -672,7 +711,8 @@ # # -# Host "127.0.0.1" +# #Host "memcache.example.com" +# Address "127.0.0.1" # Port "11211" # # @@ -1232,6 +1272,27 @@ # Instance "local_user" # # +# +# #Use the following log format in nginx: +# #log_format response_time '[$host] "$upstream_response_time" ...' +# Instance "apache" +# +# Regex "^\\S+ \"([0-9.]+)\"" +# +# Percentile 80 # -> latency-foo-80 +# Percentile 95 # -> latency-foo-95 +# Percentile 99 # -> latency-foo-99 +# Bucket 0 0.1 # -> bucket-latency-foo-0_0.1 +# Bucket 0.1 0.2 # -> bucket-latency-foo-0.1_0.2 +# Bucket 0.2 0.5 # -> bucket-latency-foo-0.2_0.5 +# Bucket 0.5 1.0 # -> bucket-latency-foo-0.5_1 +# Bucket 1.0 2.0 # -> bucket-latency-foo-1_2 +# Bucket 2.0 0 # -> bucket-latency-foo-2_inf +# +# Type "latency" +# Instance "foo" +# +# # # @@ -1373,6 +1434,8 @@ # RefreshInterval 60 # Domain "name" # BlockDevice "name:device" +# BlockDeviceFormat target +# BlockDeviceFormatBasename false # InterfaceDevice "name:device" # IgnoreSelected false # HostnameFormat name @@ -1396,6 +1459,9 @@ # StoreRates true # AlwaysAppendDS false # EscapeCharacter "_" +# SeparateInstances false +# PreserveSeparator false +# DropDuplicateFields false # # @@ -1442,6 +1508,10 @@ # # +# +# Port "9103" +# + # # # Host "localhost"