summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff96c26)
raw | patch | inline | side by side (parent: ff96c26)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 01:01:16 +0000 (02:01 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 01:01:16 +0000 (02:01 +0100) |
debian/collectd.conf | patch | blob | history | |
debian/filters.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 19ccebc7ebf9cc61666d9419cb5425d0c7f6e996..cc07bf62b81dbde5a34d24b7a8853665cf2b5485 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LoadPlugin battery
#LoadPlugin bind
#LoadPlugin conntrack
+#LoadPlugin contextswitch
LoadPlugin cpu
#LoadPlugin cpufreq
#LoadPlugin csv
#LoadPlugin powerdns
LoadPlugin processes
#LoadPlugin protocols
+#LoadPlugin python
LoadPlugin rrdtool
#LoadPlugin sensors
#LoadPlugin serial
# VerifyPeer false
# VerifyHost false
# CACert "/etc/ssl/ca.crt"
+# MeasureResponseTime false
# <Match>
# Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
# DSType "GaugeAverage"
# FSType "ext3"
# IgnoreSelected false
# ReportByDevice false
+# ReportReserved false
+# ReportInodes false
#</Plugin>
#<Plugin disk>
#
# # proxy setup (client and server as above):
# Forward true
+#
+# # statistics about the network plugin itself
+# ReportStats false
#</Plugin>
#<Plugin nginx>
# IncludeDir "/my/include/path"
# BaseName "Collectd::Plugin"
# EnableDebugger ""
-# LoadPlugin "foo"
-# LoadPlugin "bar"
+# LoadPlugin Monitorus
+# LoadPlugin OpenVZ
#
# <Plugin foo>
# Foo "Bar"
# Interval 1.0
# Timeout 0.9
# TTL 255
+# SourceAddress "1.2.3.4"
+# Device "eth0"
+# MaxMissed -1
#</Plugin>
#<Plugin postgresql>
# 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
diff --git a/debian/filters.conf b/debian/filters.conf
index 6dbc14d8938ce88216c33cd16a2588fcbeac06d6..ecc7c75762de9d90e8a9e922b35f4b626b58118b 100644 (file)
--- a/debian/filters.conf
+++ b/debian/filters.conf
#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">