X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a95945208bd0d87279615c0e0c00e2c4962cc50c;hb=de155ccd5c6ec9f58ae26ef8041b0b634c9d59cf;hp=07baf6f8339717501011410da2db03a9a5368c95;hpb=3c7af521c4551c78e9139b9ac8b2d56f693fb2f8;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 07baf6f8..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 @@ -277,6 +283,12 @@ # IgnoreSelected false # +# +# ReportActive false +# ReportByCpu true +# ValuesPercentage false +# +# # # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv" # StoreRates false @@ -328,7 +340,7 @@ # # -# +# # # Host "my_host" # Instance "some_instance" @@ -385,6 +397,8 @@ # # Disk "/^[hs]d[a-f][0-9]?$/" # IgnoreSelected false +# UseBSDName false +# UdevNameAttr "DEVNAME" # # @@ -423,7 +437,7 @@ # # -# +# # MCReceiveFrom "239.2.11.71" "8649" # # Type "swap" @@ -467,7 +481,7 @@ # IgnoreSelected true # -# +# # JVMArg "-verbose:jni" # JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar" # @@ -539,6 +553,11 @@ # # +# +# ValuesAbsolute true +# ValuesPercentage false +# + # # # RegisterBase 1234 @@ -973,14 +992,14 @@ # TimerPercentile 90.0 # -# +# # ReportByDevice false # ReportBytes true # ValuesAbsolute true # ValuesPercentage false # -# +# # # Instance "slabinfo" # Separator " " @@ -999,9 +1018,10 @@ #
#
-# +# # # Instance "exim" +# Interval 60 # # Regex "S=([1-9][0-9]*)" # DSType "CounterAdd" @@ -1018,7 +1038,7 @@ # # -# +# # # Type "percent" # Instance "dropped" @@ -1156,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 #
@@ -1234,7 +1259,7 @@ ############################################################################## #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold" -# +# # # WarningMin 0.00 # WarningMax 1000.00