X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a95945208bd0d87279615c0e0c00e2c4962cc50c;hb=de155ccd5c6ec9f58ae26ef8041b0b634c9d59cf;hp=4542a4b59597b8606ef07afc6626b67f360778bb;hpb=a321fd49b6e74ffddd67e9c5b44b4d6ce3a8bbe8;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 4542a4b5..a9594520 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -52,6 +52,7 @@ @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile +@LOAD_PLUGIN_LOG_LOGSTASH@LoadPlugin log_logstash # # LogLevel @DEFAULT_LOG_LEVEL@ @@ -60,6 +61,11 @@ # PrintSeverity false # +# +# LogLevel @DEFAULT_LOG_LEVEL@ +# File "@localstatedir@/log/@PACKAGE_NAME@.json.log" +# + # # LogLevel @DEFAULT_LOG_LEVEL@ # @@ -192,7 +198,7 @@ # ription of those options is available in the collectd.conf(5) manual page. # ############################################################################## -# +# # # #Host "unspecified" # Plugin "cpu" @@ -212,7 +218,7 @@ # # -# +# # # Host "localhost" # Port "5672" @@ -252,7 +258,7 @@ # CACert "/etc/ssl/ca.crt" # -# +# # URL "http://localhost:8053/" # ParseTime false # OpCodes true @@ -272,6 +278,17 @@ # # +# +# CGroup "libvirt" +# IgnoreSelected false +# + +# +# ReportActive false +# ReportByCpu true +# ValuesPercentage false +# +# # # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv" # StoreRates false @@ -323,7 +340,7 @@ # # -# +# # # Host "my_host" # Instance "some_instance" @@ -373,11 +390,15 @@ # ReportByDevice false # ReportReserved false # ReportInodes false +# ValuesAbsolute true +# ValuesPercentage false # # # Disk "/^[hs]d[a-f][0-9]?$/" # IgnoreSelected false +# UseBSDName false +# UdevNameAttr "DEVNAME" # # @@ -416,7 +437,7 @@ # # -# +# # MCReceiveFrom "239.2.11.71" "8649" # # Type "swap" @@ -460,7 +481,7 @@ # IgnoreSelected true # -# +# # JVMArg "-verbose:jni" # JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar" # @@ -481,6 +502,10 @@ # InterfaceFormat name # +# +# ReportRelative true +# + # # CpuPoolStats false # ReportBySerial false @@ -528,6 +553,11 @@ # # +# +# ValuesAbsolute true +# ValuesPercentage false +# + # # # RegisterBase 1234 @@ -962,12 +992,14 @@ # TimerPercentile 90.0 # -# +# # ReportByDevice false # ReportBytes true +# ValuesAbsolute true +# ValuesPercentage false # -# +# # # Instance "slabinfo" # Separator " " @@ -986,9 +1018,10 @@ #
#
-# +# # # Instance "exim" +# Interval 60 # # Regex "S=([1-9][0-9]*)" # DSType "CounterAdd" @@ -1005,7 +1038,7 @@ # # -# +# # # Type "percent" # Instance "dropped" @@ -1126,7 +1159,7 @@ # # Host "localhost" # Port "2003" -# Protocol "udp" +# Protocol "tcp" # LogSendErrors true # Prefix "collectd" # Postfix "collectd" @@ -1143,6 +1176,11 @@ # VerifyPeer true # VerifyHost true # CACert "/etc/ssl/ca.crt" +# CAPath "/etc/ssl/certs/" +# ClientKey "/etc/ssl/client.pem" +# ClientCert "/etc/ssl/client.crt" +# ClientKeyPass "secret" +# SSLVersion "TLSv1" # Format "Command" # StoreRates false # @@ -1175,6 +1213,7 @@ # Protocol UDP # StoreRates true # AlwaysAppendDS false +# TTLFactor 2.0 # # Tag "foobar" # Attribute "foo" "bar" @@ -1220,7 +1259,7 @@ ############################################################################## #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold" -# +# # # WarningMin 0.00 # WarningMax 1000.00