Code

{collectd,filters}.conf: Updated for 4.9.0.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 01:01:16 +0000 (02:01 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 01:01:16 +0000 (02:01 +0100)
debian/collectd.conf
debian/filters.conf

index 19ccebc7ebf9cc61666d9419cb5425d0c7f6e996..cc07bf62b81dbde5a34d24b7a8853665cf2b5485 100644 (file)
@@ -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
 #              <Match>
 #                      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
 #                      DSType "GaugeAverage"
@@ -237,6 +240,8 @@ LoadPlugin users
 #      FSType "ext3"
 #      IgnoreSelected false
 #      ReportByDevice false
+#      ReportReserved false
+#      ReportInodes false
 #</Plugin>
 
 #<Plugin disk>
@@ -424,6 +429,9 @@ LoadPlugin users
 #
 #      # proxy setup (client and server as above):
 #      Forward true
+#
+#      # statistics about the network plugin itself
+#      ReportStats false
 #</Plugin>
 
 #<Plugin nginx>
@@ -480,8 +488,8 @@ LoadPlugin users
 #      IncludeDir "/my/include/path"
 #      BaseName "Collectd::Plugin"
 #      EnableDebugger ""
-#      LoadPlugin "foo"
-#      LoadPlugin "bar"
+#      LoadPlugin Monitorus
+#      LoadPlugin OpenVZ
 #
 #      <Plugin foo>
 #              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
 #</Plugin>
 
 #<Plugin postgresql>
@@ -569,6 +580,17 @@ LoadPlugin users
 #      IgnoreSelected false
 #</Plugin>
 
+#<Plugin python>
+#      ModulePath "/path/to/your/python/modules"
+#      LogTraces true
+#      Interactive true
+#      Import "spam"
+#
+#      <Module spam>
+#              spam "wonderful" "lovely"
+#      </Module>
+#</Plugin>
+
 <Plugin rrdtool>
        DataDir "/var/lib/collectd/rrd"
 #      CacheTimeout 120
index 6dbc14d8938ce88216c33cd16a2588fcbeac06d6..ecc7c75762de9d90e8a9e922b35f4b626b58118b 100644 (file)
@@ -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
 
 #<Chain "PreCache">