X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=8f28f8f3c3c02755f1322b4ccc4857009e24e428;hb=08597c4e80e8dd5d0a04c823b055ef230194a2b6;hp=a6073b9e3b69e8d170f4f86d1facd847aaedf275;hpb=98af443c8fc97a795014c6f38cc29d2d0e8a4156;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index a6073b9e..8f28f8f3 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 @@ -94,6 +95,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 +118,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 +126,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 +194,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 +252,7 @@ FQDNLookup true # MountPoint "/home" # FSType "ext3" # IgnoreSelected false +# ReportByDevice false # # @@ -226,6 +263,7 @@ FQDNLookup true # # Interface "eth0" # IgnoreSource "192.168.0.1" +# SelectNumericQueryTypes true # # @@ -269,7 +307,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 +319,15 @@ FQDNLookup true # IgnoreSelected false # +# +# Sensor "some_sensor" +# Sensor "another_one" +# IgnoreSelected false +# NotifySensorAdd false +# NotifySensorRemove true +# NotifySensorNotPresent false +# + # # Chain table chain # @@ -294,7 +341,7 @@ FQDNLookup true # # JVMArg "-verbose:jni" -# JVMArg "-Djava.class.path=/opt/collectd/lib/collectd/bindings/java" +# JVMArg "-Djava.class.path=@prefix@/share/collectd/java" # # LoadPlugin "org.collectd.java.Foobar" # @@ -317,6 +364,19 @@ FQDNLookup true # Port "411" # +# +# +# Server "localhost" +# Key "page_key" +# +# Regex "(\\d+) bytes sent" +# DSType CounterAdd +# Type "ipt_octets" +# Instance "type_instance" +# +# +# + # # Host "127.0.0.1" # Port "11211" @@ -393,6 +453,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" @@ -545,7 +613,7 @@ FQDNLookup true # Version 1 # Community "community_string" # Collect "std_traffic" -# Inverval 120 +# Interval 120 # # # Address "192.168.0.42" @@ -563,20 +631,20 @@ FQDNLookup true # # -# -# Instance"slabinfo" -# Separator"" +# +# Instance "slabinfo" +# Separator " " # -# Typegauge -# InstancePrefix"active_objs" -# InstancesFrom0 -# ValuesFrom1 +# Type gauge +# InstancePrefix "active_objs" +# InstancesFrom 0 +# ValuesFrom 1 # # -# Typegauge -# InstancePrefix"objperslab" -# InstancesFrom0 -# ValuesFrom4 +# Type gauge +# InstancePrefix "objperslab" +# InstancesFrom 0 +# ValuesFrom 4 # #
#
@@ -622,6 +690,11 @@ FQDNLookup true # IgnoreSelected false #
+# +# Host "localhost" +# Port "1978" +# + # # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock" # SocketGroup "collectd" @@ -636,6 +709,13 @@ FQDNLookup true # Verbose false # +# +# +# User "collectd" +# Password "weCh3ik0" +# +# + ############################################################################## # Filter configuration # #----------------------------------------------------------------------------# @@ -659,6 +739,6 @@ FQDNLookup true # configured at all: All values will be sent to all available write plugins. # #----------------------------------------------------------------------------# -# +# # Target "write" #