summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9cc04ba)
raw | patch | inline | side by side (parent: 9cc04ba)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:57:39 +0000 (14:57 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:57:39 +0000 (14:57 +0200) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index e0476575b77f1234f89dca1a6d223266dfbacef4..18925d0ab4a865db147b6943e078a05d6cd45c28 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#PluginDir "/usr/lib/collectd"
#TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db"
+#----------------------------------------------------------------------------#
+# When enabled, plugins are loaded automatically with the default options #
+# when an appropriate <Plugin ...> block is encountered. #
+# Disabled by default. #
+#----------------------------------------------------------------------------#
+#AutoLoadPlugin false
+
#----------------------------------------------------------------------------#
# Interval at which to query values. This may be overwritten on a per-plugin #
# base by using the 'Interval' option of the LoadPlugin block: #
#ReadThreads 5
#WriteThreads 5
+# Limit the size of the write queue. Default is no limit. Setting up a limit
+# is recommended for servers handling a high volume of traffic.
+#WriteQueueLimitHigh 1000000
+#WriteQueueLimitLow 800000
+
##############################################################################
# Logging #
#----------------------------------------------------------------------------#
#LoadPlugin ascent
LoadPlugin battery
#LoadPlugin bind
+#LoadPlugin cgroups
#LoadPlugin conntrack
#LoadPlugin contextswitch
LoadPlugin cpu
#LoadPlugin java
#LoadPlugin libvirt
LoadPlugin load
+#LoadPlugin lvm
#LoadPlugin madwifi
#LoadPlugin mbmon
#LoadPlugin md
#LoadPlugin sensors
#LoadPlugin serial
#LoadPlugin snmp
+#LoadPlugin statsd
LoadPlugin swap
#LoadPlugin table
#LoadPlugin tail
# </View>
#</Plugin>
+#<Plugin "cgroups">
+# CGroup "libvirt"
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin csv>
# DataDir "/var/lib/collectd/csv"
# StoreRates false
# ReportByDevice false
# ReportReserved false
# ReportInodes false
+
+# ValuesAbsolute true
+# ValuesPercentage false
</Plugin>
#<Plugin disk>
# </Host>
#</Plugin>
+#<Plugin statsd>
+# Host "::"
+# Port "8125"
+# DeleteCounters false
+# DeleteTimers false
+# DeleteGauges false
+# DeleteSets false
+# TimerPercentile 90.0
+#</Plugin>
+
#<Plugin swap>
# ReportByDevice false
# ReportBytes true
# <Instance>
# CollectCache true
# CollectBackend true
+# CollectBan false # Varnish 3 only
# CollectConnections true
+# CollectDirectorDNS false # Varnish 3 only
# CollectSHM true
# CollectESI false
# CollectFetch false
# CollectHCB false
-# CollectSMA false
+# CollectObjects false
+# CollectPurge false # Varnish 2 only
+# CollectSession false
+# CollectSMA false # Varnish 2 only
# CollectSMS false
-# CollectSM false
+# CollectSM false # Varnish 2 only
+# CollectStruct false
# CollectTotals false
+# CollectUptime false
+# CollectdVCL false
# CollectWorkers false
# </Instance>
#
# <Node "example">
# Host "localhost"
# Port "2003"
+# Protocol "udp"
+# LogSendErrors true
# Prefix "collectd"
# Postfix "collectd"
# StoreRates true
# Protocol UDP
# StoreRates true
# AlwaysAppendDS false
+# TTLFactor 2.0
# </Node>
# Tag "foobar"
#</Plugin>