X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a75bcc04f90c114046468d1f51a7149fe9bb75eb;hb=0d9a0eb065fda6f89fc597e760ae56edd47337d9;hp=1f4ccf8175a99d44cecfa325429ddb586631e0dc;hpb=73de67494a4f5d9a698f2a5ab93f85e19bccb90a;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 1f4ccf81..a75bcc04 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -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 # # @@ -563,6 +564,7 @@ # # Interface "eth0" # IgnoreSelected false +# UniqueName false # # @@ -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"