summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 391531a)
raw | patch | inline | side by side (parent: 391531a)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Jan 2010 23:43:15 +0000 (00:43 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Jan 2010 23:45:46 +0000 (00:45 +0100) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index cc07bf62b81dbde5a34d24b7a8853665cf2b5485..aae7ba0305ffd34856c074083b2e99f2db86dc71 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LoadPlugin processes
#LoadPlugin protocols
#LoadPlugin python
+#LoadPlugin rrdcached
LoadPlugin rrdtool
#LoadPlugin sensors
#LoadPlugin serial
#LoadPlugin teamspeak2
#LoadPlugin ted
#LoadPlugin thermal
+#LoadPlugin tokyotyrant
#LoadPlugin unixsock
#LoadPlugin uptime
LoadPlugin users
# </Module>
#</Plugin>
+#<Plugin rrdcached>
+# DaemonAddress "unix:/var/run/rrdcached.sock"
+# DataDir "/var/lib/rrdcached/db/collectd"
+# CreateFiles true
+# CollectStatistics true
+#</Plugin>
+
<Plugin rrdtool>
DataDir "/var/lib/collectd/rrd"
# CacheTimeout 120
# IgnoreSelected false
#</Plugin>
+#<Plugin tokyotyrant>
+# Host "localhost"
+# Port "1978"
+#</Plugin>
+
#<Plugin unixsock>
# SocketFile "/var/run/collectd-unixsock"
# SocketGroup "collectd"