From d6218caffcbcb02de22b879ed47764c1aff08547 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 15 Sep 2013 14:57:39 +0200 Subject: [PATCH] collectd.conf: Added new config options and plugins. --- debian/collectd.conf | 48 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index e047657..18925d0 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -18,6 +18,13 @@ FQDNLookup true #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 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: # @@ -31,6 +38,11 @@ FQDNLookup true #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 # #----------------------------------------------------------------------------# @@ -66,6 +78,7 @@ LoadPlugin syslog #LoadPlugin ascent LoadPlugin battery #LoadPlugin bind +#LoadPlugin cgroups #LoadPlugin conntrack #LoadPlugin contextswitch LoadPlugin cpu @@ -94,6 +107,7 @@ LoadPlugin irq #LoadPlugin java #LoadPlugin libvirt LoadPlugin load +#LoadPlugin lvm #LoadPlugin madwifi #LoadPlugin mbmon #LoadPlugin md @@ -131,6 +145,7 @@ LoadPlugin rrdtool #LoadPlugin sensors #LoadPlugin serial #LoadPlugin snmp +#LoadPlugin statsd LoadPlugin swap #LoadPlugin table #LoadPlugin tail @@ -251,6 +266,11 @@ LoadPlugin users # # +# +# CGroup "libvirt" +# IgnoreSelected false +# + # # DataDir "/var/lib/collectd/csv" # StoreRates false @@ -373,6 +393,9 @@ LoadPlugin users # ReportByDevice false # ReportReserved false # ReportInodes false + +# ValuesAbsolute true +# ValuesPercentage false # @@ -881,6 +904,16 @@ LoadPlugin users # # +# +# Host "::" +# Port "8125" +# DeleteCounters false +# DeleteTimers false +# DeleteGauges false +# DeleteSets false +# TimerPercentile 90.0 +# + # # ReportByDevice false # ReportBytes true @@ -994,15 +1027,23 @@ LoadPlugin users # # 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 # # @@ -1019,6 +1060,8 @@ LoadPlugin users # # Host "localhost" # Port "2003" +# Protocol "udp" +# LogSendErrors true # Prefix "collectd" # Postfix "collectd" # StoreRates true @@ -1055,6 +1098,7 @@ LoadPlugin users # Protocol UDP # StoreRates true # AlwaysAppendDS false +# TTLFactor 2.0 # # Tag "foobar" # -- 2.30.2