Code

Merged branch 'master' into squeeze-backports.
[pkg-collectd.git] / debian / collectd.conf
index 6c2bacf08c420309eb596188ecf43379f384eb68..74770533ff16cd056a8311df3c48489c2e858e61 100644 (file)
@@ -29,6 +29,7 @@ LoadPlugin syslog
        LogLevel info
 </Plugin>
 
+#LoadPlugin amqp
 #LoadPlugin apache
 #LoadPlugin apcups
 #LoadPlugin ascent
@@ -40,6 +41,7 @@ LoadPlugin cpu
 #LoadPlugin cpufreq
 #LoadPlugin csv
 #LoadPlugin curl
+#LoadPlugin curl_json
 #LoadPlugin curl_xml
 #LoadPlugin dbi
 LoadPlugin df
@@ -47,9 +49,11 @@ LoadPlugin disk
 #LoadPlugin dns
 #LoadPlugin email
 LoadPlugin entropy
+#LoadPlugin ethstat
 #LoadPlugin exec
 #LoadPlugin filecount
 #LoadPlugin fscache
+#LoadPlugin gmond
 #LoadPlugin hddtemp
 LoadPlugin interface
 #LoadPlugin ipmi
@@ -61,6 +65,8 @@ LoadPlugin irq
 LoadPlugin load
 #LoadPlugin madwifi
 #LoadPlugin mbmon
+#LoadPlugin md
+#LoadPlugin memcachec
 #LoadPlugin memcached
 LoadPlugin memory
 #LoadPlugin multimeter
@@ -72,16 +78,22 @@ LoadPlugin memory
 #LoadPlugin notify_desktop
 #LoadPlugin notify_email
 #LoadPlugin ntpd
+#LoadPlugin numa
 #LoadPlugin nut
 #LoadPlugin olsrd
 #LoadPlugin openvpn
-#LoadPlugin perl
+#<LoadPlugin perl>
+#      Globals true
+#</LoadPlugin>
+#LoadPlugin pinba
 #LoadPlugin ping
 #LoadPlugin postgresql
 #LoadPlugin powerdns
 LoadPlugin processes
 #LoadPlugin protocols
-#LoadPlugin python
+#<LoadPlugin python>
+#      Globals true
+#</LoadPlugin>
 #LoadPlugin rrdcached
 LoadPlugin rrdtool
 #LoadPlugin sensors
@@ -94,14 +106,32 @@ LoadPlugin swap
 #LoadPlugin teamspeak2
 #LoadPlugin ted
 #LoadPlugin thermal
+#LoadPlugin tokyotyrant
 #LoadPlugin unixsock
 #LoadPlugin uptime
 LoadPlugin users
 #LoadPlugin uuid
+#LoadPlugin varnish
 #LoadPlugin vmem
 #LoadPlugin vserver
 #LoadPlugin wireless
+#LoadPlugin write_graphite
 #LoadPlugin write_http
+#LoadPlugin write_mongodb
+
+#<Plugin amqp>
+#      <Publish "name">
+#              Host "localhost"
+#              Port "5672"
+#              VHost "/"
+#              User "guest"
+#              Password "guest"
+#              Exchange "amq.fanout"
+#              RoutingKey "collectd"
+#              Persistent false
+#              StoreRates false
+#      </Publish>
+#</Plugin>
 
 #<Plugin apache>
 #      <Instance "foo">
@@ -138,6 +168,8 @@ LoadPlugin users
 #<Plugin "bind">
 #      URL "http://localhost:8053/"
 #
+#      ParseTime false
+#
 #      OpCodes true
 #      QTypes true
 #      ServerStats true
@@ -177,6 +209,37 @@ LoadPlugin users
 #      </Page>
 #</Plugin>
 
+#<Plugin curl_json>
+## See: http://wiki.apache.org/couchdb/Runtime_Statistics
+#  <URL "http://localhost:5984/_stats">
+#    Instance "httpd"
+#    <Key "httpd/requests/count">
+#      Type "http_requests"
+#    </Key>
+#
+#    <Key "httpd_request_methods/*/count">
+#      Type "http_request_methods"
+#    </Key>
+#
+#    <Key "httpd_status_codes/*/count">
+#      Type "http_response_codes"
+#    </Key>
+#  </URL>
+## Database status metrics:
+#  <URL "http://localhost:5984/_all_dbs">
+#    Instance "dbs"
+#    <Key "*/doc_count">
+#      Type "gauge"
+#    </Key>
+#    <Key "*/doc_del_count">
+#      Type "counter"
+#    </Key>
+#    <Key "*/disk_size">
+#      Type "bytes"
+#    </Key>
+#  </URL>
+#</Plugin>
+
 #<Plugin "curl_xml">
 #      <URL "http://localhost/stats.xml">
 #              Host "my_host"
@@ -252,6 +315,13 @@ LoadPlugin users
 #      MaxConns 5
 #</Plugin>
 
+#<Plugin ethstat>
+#      Interface "eth0"
+#      Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
+#      Map "multicast" "if_multicast"
+#      MappedOnly false
+#</Plugin>
+
 #<Plugin exec>
 #      Exec user "/path/to/exec"
 #      Exec "user:group" "/path/to/exec"
@@ -269,10 +339,25 @@ LoadPlugin users
 #      </Directory>
 #</Plugin>
 
+#<Plugin gmond>
+#      MCReceiveFrom "239.2.11.71" "8649"
+#
+#      <Metric "swap_total">
+#              Type "swap"
+#              TypeInstance "total"
+#              DataSource "value"
+#      </Metric>
+#
+#      <Metric "swap_free">
+#              Type "swap"
+#              TypeInstance "free"
+#              DataSource "value"
+#      </Metric>
+#</Plugin>
+
 #<Plugin hddtemp>
 #      Host "127.0.0.1"
 #      Port 7634
-#      TranslateDevicename false
 #</Plugin>
 
 #<Plugin interface>
@@ -319,6 +404,7 @@ LoadPlugin users
 #      InterfaceDevice "name:device"
 #      IgnoreSelected false
 #      HostnameFormat name
+#      InterfaceFormat name
 #</Plugin>
 
 #<Plugin madwifi>
@@ -337,6 +423,25 @@ LoadPlugin users
 #      Port 411
 #</Plugin>
 
+#<Plugin md>
+#      Device "/dev/md0"
+#      IgnoreSelected false
+#</Plugin>
+
+#<Plugin memcachec>
+#      <Page "plugin_instance">
+#              Server "localhost"
+#              Key "page_key"
+#              <Match>
+#                      Regex "(\\d+) bytes sent"
+#                      ExcludeRegex "<lines to be excluded>"
+#                      DSType CounterAdd
+#                      Type "ipt_octets"
+#                      Instance "type_instance"
+#              </Match>
+#      </Page>
+#</Plugin>
+
 #<Plugin memcached>
 #      Socket "/var/run/memcached.sock"
 # or:
@@ -468,6 +573,16 @@ LoadPlugin users
 #      </Plugin>
 #</Plugin>
 
+#<Plugin pinba>
+#      Address "::0"
+#      Port "30002"
+#      <View "name">
+#              Host "host name"
+#              Server "server name"
+#              Script "script name"
+#      <View>
+#</Plugin>
+
 #<Plugin ping>
 #      Host "host.foo.bar"
 #      Host "host.baz.qux"
@@ -587,6 +702,7 @@ LoadPlugin users
 </Plugin>
 
 #<Plugin sensors>
+#      SensorConfigFile "/etc/sensors3.conf"
 #      Sensor "it8712-isa-0290/temperature-temp1"
 #      Sensor "it8712-isa-0290/fanspeed-fan3"
 #      Sensor "it8712-isa-0290/voltage-in8"
@@ -640,6 +756,10 @@ LoadPlugin users
 #      </Host>
 #</Plugin>
 
+#<Plugin swap>
+#      ReportByDevice false
+#</Plugin>
+
 #<Plugin table>
 #      <Table "/proc/slabinfo">
 #              Instance "slabinfo"
@@ -701,20 +821,59 @@ LoadPlugin users
 #      IgnoreSelected false
 #</Plugin>
 
+#<Plugin tokyotyrant>
+#      Host "localhost"
+#      Port "1978"
+#</Plugin>
+
 #<Plugin unixsock>
 #      SocketFile "/var/run/collectd-unixsock"
 #      SocketGroup "collectd"
 #      SocketPerms "0660"
+#      DeleteSocket false
 #</Plugin>
 
 #<Plugin uuid>
 #      UUIDFile "/etc/uuid"
 #</Plugin>
 
+#<Plugin varnish>
+#      <Instance>
+#              CollectCache true
+#              CollectBackend true
+#              CollectConnections true
+#              CollectSHM true
+#              CollectESI false
+#              CollectFetch false
+#              CollectHCB false
+#              CollectSMA false
+#              CollectSMS false
+#              CollectSM false
+#              CollectTotals false
+#              CollectWorkers false
+#      </Instance>
+#
+#      <Instance "myinstance">
+#              CollectCache true
+#      </Instance>
+#</Plugin>
+
 #<Plugin vmem>
 #      Verbose false
 #</Plugin>
 
+#<Plugin write_graphite>
+#      <Carbon>
+#              Host "localhost"
+#              Port "2003"
+#              Prefix "collectd"
+#              Postfix "collectd"
+#              StoreRates false
+#              AlwaysAppendDS false
+#              EscapeCharacter "_"
+#      </Carbon>
+#</Plugin>
+
 #<Plugin write_http>
 #      <URL "http://example.com/collectd-post">
 #              User "collectd"
@@ -727,6 +886,15 @@ LoadPlugin users
 #      </URL>
 #</Plugin>
 
+#<Plugin write_mongodb>
+#      <Node "example">
+#              Host "localhost"
+#              Port "27017"
+#              Timeout 1000
+#              StoreRates false
+#      <Node>
+#</Plugin>
+
 Include "/etc/collectd/filters.conf"
 Include "/etc/collectd/thresholds.conf"