X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=b54f35189e0ee55c7ffbeb5197b20c68cf3c4689;hb=150924b271e21387ad1929e2373cc6e0772dc351;hp=e900ce8127f1a20065e840d6e1d60fc38e995074;hpb=b88f9d8a83ff838523a21e4b191f447888d651cd;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index e900ce81..b54f3518 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -45,10 +45,14 @@ FQDNLookup true @BUILD_PLUGIN_NETWORK_TRUE@LoadPlugin network @BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs @BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email @BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd @BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut +@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire @BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl @BUILD_PLUGIN_PING_TRUE@LoadPlugin ping +@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql @BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns @BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes @BUILD_PLUGIN_RRDTOOL_TRUE@LoadPlugin rrdtool @@ -61,6 +65,7 @@ FQDNLookup true @BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape @BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns @BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2 +@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal @BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock @BUILD_PLUGIN_USERS_TRUE@LoadPlugin users @BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid @@ -101,6 +106,11 @@ FQDNLookup true # IgnoreSelected false # +# +# Disk "/^[hs]d[a-f][0-9]?$/" +# IgnoreSelected false +# + # # Interface "eth0" # IgnoreSource "192.168.0.1" @@ -115,7 +125,7 @@ FQDNLookup true # # Exec "user:group" "/path/to/exec" -# NotificationExec "/path/to/exec" +# NotificationExec "user:group" "/path/to/exec" # @BUILD_PLUGIN_HDDTEMP_TRUE@ @@ -199,6 +209,24 @@ FQDNLookup true # CACert "/etc/ssl/ca.crt" # +# +# OkayTimeout 1000 +# WarningTimeout 5000 +# FailureTimeout 0 +# + +# +# SMTPServer "localhost" +# SMTPPort 25 +# SMTPUser "my-username" +# SMTPPassword "my-password" +# From "collectd@main0server.com" +# # on . beware! do not use not more than two %s in this string!!! +# Subject "Aaaaaa!! %s on %s!!!!!" +# Recipient "email1@domain1.net" +# Recipient "email2@domain2.com" +# + # # Host "localhost" # Port 123 @@ -209,6 +237,12 @@ FQDNLookup true # UPS "upsname@hostname:port" # +# +# Device "-s localhost:4304" +# Sensor "F10FCA000800" +# IgnoreSelected false +# + # # IncludeDir "/my/include/path" # BaseName "Collectd::Plugin" @@ -221,6 +255,31 @@ FQDNLookup true # TTL 255 # +# +# +# Query "SELECT magic, spells FROM wizard WHERE host = $1;" +# Param hostname +# Column gauge magic +# Column counter spells +# +# +# +# Host "hostname" +# Port 5432 +# User "username" +# Password "secret" +# +# SSLMode "prefer" +# KRBSrvName "kerberos_service_name" +# +# Query magic +# +# +# +# Service "service_name" +# +# + # # # Collect "latency" @@ -328,6 +387,12 @@ FQDNLookup true # Server "8767" # +# +# ForceUseProcfs false +# Device "THRM" +# IgnoreSelected false +# + # # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock" # SocketGroup "collectd"