X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=a474fdcd0d39bf624c874f4db181bb4537213fe3;hb=ef7fec0c4e0bbbabb356e6a570ac6297ee06eb80;hp=7a7ef865ae4faeeb32dc01b3244faa80b22800b0;hpb=9b031e21c5d0200c2c07c70a592158d29c522391;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 7a7ef865..a474fdcd 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -9,7 +9,7 @@ FQDNLookup true #BaseDir "@prefix@/var/lib/@PACKAGE_NAME@" #PIDFile "@prefix@/var/run/@PACKAGE_NAME@.pid" #PluginDir "@prefix@/lib/@PACKAGE_NAME@" -#TypesDB "@prefix@/lib/@PACKAGE_NAME@/types.db" +#TypesDB "@prefix@/share/@PACKAGE_NAME@/types.db" #Interval 10 #ReadThreads 5 @@ -34,12 +34,14 @@ FQDNLookup true @BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu @BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq @BUILD_PLUGIN_CSV_TRUE@LoadPlugin csv +@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi @BUILD_PLUGIN_DF_TRUE@LoadPlugin df @BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk @BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns @BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email @BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy @BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec +@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount @BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp @BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface @BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables @@ -57,12 +59,17 @@ 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_RRDCACHED_TRUE@LoadPlugin rrdcached @BUILD_PLUGIN_RRDTOOL_TRUE@LoadPlugin rrdtool @BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors @BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial @@ -72,9 +79,10 @@ 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 +#LoadPlugin uuid @BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem @BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver @BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless @@ -104,6 +112,25 @@ FQDNLookup true # StoreRates false # +# +# +# Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl" +# Type "gauge" +# InstancesFrom "c_key" +# ValuesFrom "c_value" +# +# +# Driver "mysql" +# DriverOption "host" "localhost" +# DriverOption "username" "collectd" +# DriverOption "password" "AeXohy0O" +# DriverOption "dbname" "custdb0" +# #SelectDB "custdb0" +# Query "num_of_customers" +# #Query "..." +# +# + # # Device "/dev/hda1" # Device "192.168.0.2:/mnt/nfs" @@ -134,6 +161,16 @@ FQDNLookup true # NotificationExec "user:group" "/path/to/exec" # +# +# +# Instance "foodir" +# Name "*.conf" +# MTime "-5m" +# Size "+10k" +# Recursive true +# +# + @BUILD_PLUGIN_HDDTEMP_TRUE@ # Host "127.0.0.1" # Port "7634" @@ -209,6 +246,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 @@ -219,11 +274,22 @@ FQDNLookup true # UPS "upsname@hostname:port" # +# +# Device "-s localhost:4304" +# Sensor "F10FCA000800" +# IgnoreSelected false +# + # # IncludeDir "/my/include/path" # BaseName "Collectd::Plugin" # EnableDebugger "" # LoadPlugin foo +# +# +# Foo "Bar" +# Qux "Baz" +# # # @@ -231,6 +297,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" @@ -249,6 +340,13 @@ FQDNLookup true # Process "name" # +# +# DaemonAddress "unix:/tmp/rrdcached.sock" +# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd" +# CreateFiles true +# CollectStatistics true +# + # # DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd" # CacheTimeout 120 @@ -334,6 +432,12 @@ FQDNLookup true # Server "8767" # +# +# ForceUseProcfs false +# Device "THRM" +# IgnoreSelected false +# + # # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock" # SocketGroup "collectd" @@ -348,3 +452,22 @@ FQDNLookup true # Verbose false # +# * * * * * * * * * * * * * +# * FILTER CONFIGURATION * +# * * * * * * * * * * * * * + +# The following configures collectd's filtering mechanism. Before changing +# anything in this section, please read the `FILTER CONFIGURATION' section in +# the collectd.conf(5) manual page. + +# Load required matches: +#@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex + +# Load required targets: + +# The following block demonstrates the default behavior if no filtering is +# configured at all: All values will be sent to all available write plugins. + +# +# Target "write" +#