X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=de52fbee57d32463ed571aff0443ac3d00600f02;hb=c983405b9f18cce28d6301124a5426e53adc63b2;hp=4cbaca8ef9c9c4262d5bff937ed3888c5ee7fb94;hpb=568006186417f6b2404790969599f4cd0d2eee22;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 4cbaca8e..de52fbee 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -61,6 +61,7 @@ FQDNLookup true #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq @LOAD_PLUGIN_CSV@LoadPlugin csv #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl +#@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk @@ -80,6 +81,7 @@ FQDNLookup true #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java #@BUILD_PLUGIN_LIBVIRT_TRUE@LoadPlugin libvirt @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load +#@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached @@ -94,6 +96,7 @@ FQDNLookup true #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut +#@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle @@ -116,6 +119,7 @@ FQDNLookup true #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal +#@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users @@ -123,7 +127,9 @@ FQDNLookup true #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless +#@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms +#@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc ############################################################################## # Plugin configuration # @@ -189,6 +195,37 @@ FQDNLookup true # # +# +## See: http://wiki.apache.org/couchdb/Runtime_Statistics +# +# Instance "httpd" +# +# Type "http_requests" +# +# +# +# Type "http_request_methods" +# +# +# +# Type "http_response_codes" +# +# +## Database status metrics: +# +# Instance "dbs" +# +# Type "gauge" +# +# +# Type "counter" +# +# +# Type "bytes" +# +# +# + # # # Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl" @@ -216,6 +253,7 @@ FQDNLookup true # MountPoint "/home" # FSType "ext3" # IgnoreSelected false +# ReportByDevice false # # @@ -226,6 +264,7 @@ FQDNLookup true # # Interface "eth0" # IgnoreSource "192.168.0.1" +# SelectNumericQueryTypes true # # @@ -269,7 +308,7 @@ FQDNLookup true # Port "7634" # # #----------------------------------------------------------------# -# # `TranslateDevicename' enabled backwards compatibility behavior # +# # `TranslateDevicename' enables backwards compatibility behavior # # # and is enabled by default. Setting this option to `false' is # # # highly recommended. # # #----------------------------------------------------------------# @@ -281,6 +320,15 @@ FQDNLookup true # IgnoreSelected false # +# +# Sensor "some_sensor" +# Sensor "another_one" +# IgnoreSelected false +# NotifySensorAdd false +# NotifySensorRemove true +# NotifySensorNotPresent false +# + # # Chain table chain # @@ -294,7 +342,7 @@ FQDNLookup true # # JVMArg "-verbose:jni" -# JVMArg "-Djava.class.path=/opt/collectd/lib/collectd/bindings/java" +# JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar" # # LoadPlugin "org.collectd.java.Foobar" # @@ -312,6 +360,17 @@ FQDNLookup true # HostnameFormat name # +# +# Interface "wlan0" +# IgnoreSelected false +# Source "SysFS" +# WatchSet "None" +# WatchAdd "node_octets" +# WatchAdd "node_rssi" +# WatchAdd "is_rx_acl" +# WatchAdd "is_scan_active" +# + # # Host "127.0.0.1" # Port "411" @@ -406,6 +465,14 @@ FQDNLookup true # UPS "upsname@hostname:port" # +# +# Host "127.0.0.1" +# Port "2006" +# CollectLinks "Summary" +# CollectRoutes "Summary" +# CollectTopology "Summary" +# + # # Device "-s localhost:4304" # Sensor "F10FCA000800" @@ -558,7 +625,7 @@ FQDNLookup true # Version 1 # Community "community_string" # Collect "std_traffic" -# Inverval 120 +# Interval 120 # # # Address "192.168.0.42" @@ -635,6 +702,11 @@ FQDNLookup true # IgnoreSelected false # +# +# Host "localhost" +# Port "1978" +# + # # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock" # SocketGroup "collectd" @@ -649,6 +721,13 @@ FQDNLookup true # Verbose false # +# +# +# User "collectd" +# Password "weCh3ik0" +# +# + ############################################################################## # Filter configuration # #----------------------------------------------------------------------------# @@ -658,6 +737,7 @@ FQDNLookup true ############################################################################## # Load required matches: +#@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff @@ -672,6 +752,6 @@ FQDNLookup true # configured at all: All values will be sent to all available write plugins. # #----------------------------------------------------------------------------# -# +# # Target "write" #