From ab3e1affe0ddb8b91b034b79d65f4eea8d996023 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Dec 2009 02:01:16 +0100 Subject: [PATCH] {collectd,filters}.conf: Updated for 4.9.0. --- debian/collectd.conf | 26 ++++++++++++++++++++++++-- debian/filters.conf | 2 ++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index 19ccebc..cc07bf6 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -33,6 +33,7 @@ LoadPlugin syslog LoadPlugin battery #LoadPlugin bind #LoadPlugin conntrack +#LoadPlugin contextswitch LoadPlugin cpu #LoadPlugin cpufreq #LoadPlugin csv @@ -80,6 +81,7 @@ LoadPlugin memory #LoadPlugin powerdns LoadPlugin processes #LoadPlugin protocols +#LoadPlugin python LoadPlugin rrdtool #LoadPlugin sensors #LoadPlugin serial @@ -164,6 +166,7 @@ LoadPlugin users # VerifyPeer false # VerifyHost false # CACert "/etc/ssl/ca.crt" +# MeasureResponseTime false # # Regex "]*> *([0-9]*\\.[0-9]+) *" # DSType "GaugeAverage" @@ -237,6 +240,8 @@ LoadPlugin users # FSType "ext3" # IgnoreSelected false # ReportByDevice false +# ReportReserved false +# ReportInodes false # # @@ -424,6 +429,9 @@ LoadPlugin users # # # proxy setup (client and server as above): # Forward true +# +# # statistics about the network plugin itself +# ReportStats false # # @@ -480,8 +488,8 @@ LoadPlugin users # IncludeDir "/my/include/path" # BaseName "Collectd::Plugin" # EnableDebugger "" -# LoadPlugin "foo" -# LoadPlugin "bar" +# LoadPlugin Monitorus +# LoadPlugin OpenVZ # # # Foo "Bar" @@ -495,6 +503,9 @@ LoadPlugin users # Interval 1.0 # Timeout 0.9 # TTL 255 +# SourceAddress "1.2.3.4" +# Device "eth0" +# MaxMissed -1 # # @@ -569,6 +580,17 @@ LoadPlugin users # IgnoreSelected false # +# +# ModulePath "/path/to/your/python/modules" +# LogTraces true +# Interactive true +# Import "spam" +# +# +# spam "wonderful" "lovely" +# +# + DataDir "/var/lib/collectd/rrd" # CacheTimeout 120 diff --git a/debian/filters.conf b/debian/filters.conf index 6dbc14d..ecc7c75 100644 --- a/debian/filters.conf +++ b/debian/filters.conf @@ -6,12 +6,14 @@ #PostCacheChain "PostCache" #LoadPlugin match_empty_counter +#LoadPlugin match_hashed #LoadPlugin match_regex #LoadPlugin match_timediff #LoadPlugin match_value #LoadPlugin target_notification #LoadPlugin target_replace +#LoadPlugin target_scale #LoadPlugin target_set # -- 2.30.2