X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=f57241da2a40213e1a8ed41cf069c68dbf415179;hb=d38c16d60f9d1b10cb60f010ce086135e6ecbe07;hp=1f4ccf8175a99d44cecfa325429ddb586631e0dc;hpb=155102256542b6dab3261cd2d6dfb000354de425;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 1f4ccf81..f57241da 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. # ############################################################################## @@ -150,6 +150,7 @@ #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email +#@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@LoadPlugin notify_nagios #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd #@BUILD_PLUGIN_NUMA_TRUE@LoadPlugin numa #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut @@ -291,7 +292,7 @@ # # ValuesPercentage false -# ReportDegraded +# ReportDegraded false # # @@ -487,7 +488,6 @@ # FSType "ext3" # IgnoreSelected false # ReportByDevice false -# ReportReserved false # ReportInodes false # ValuesAbsolute true # ValuesPercentage false @@ -563,6 +563,7 @@ # # Interface "eth0" # IgnoreSelected false +# UniqueName false # # @@ -576,6 +577,7 @@ # # Chain table chain +# Chain6 table chain # # @@ -683,6 +685,11 @@ # Prefix "collectd" # StoreRates true # Retain false +# CACert "/etc/ssl/ca.crt" +# CertificateFile "/etc/ssl/client.crt" +# CertificateKeyFile "/etc/ssl/client.pem" +# TLSProtocol "tlsv1.2" +# CipherSuite "ciphers" # # # Host "localhost" @@ -833,6 +840,10 @@ # Recipient "email2@domain2.com" # +# +# CommandFile "/usr/local/nagios/var/rw/nagios.cmd" +# + # # Host "localhost" # Port 123 @@ -1127,6 +1138,7 @@ # DeleteTimers false # DeleteGauges false # DeleteSets false +# CounterSum false # TimerPercentile 90.0 # TimerPercentile 95.0 # TimerPercentile 99.0 @@ -1337,6 +1349,7 @@ # Host "localhost" # Port "2003" # Protocol "tcp" +# ReconnectInterval 0 # LogSendErrors true # Prefix "collectd" # Postfix "collectd"