From: Sebastian Harl Date: Tue, 26 Jan 2010 23:43:15 +0000 (+0100) Subject: collectd.conf: Added sample configs for "rrdcached" and "tokyotyrant". X-Git-Tag: collectd-4.9.1-2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=51d037882cd017943a51493c501876e837aa15c8;p=pkg-collectd.git collectd.conf: Added sample configs for "rrdcached" and "tokyotyrant". --- diff --git a/debian/collectd.conf b/debian/collectd.conf index cc07bf6..aae7ba0 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -82,6 +82,7 @@ LoadPlugin memory LoadPlugin processes #LoadPlugin protocols #LoadPlugin python +#LoadPlugin rrdcached LoadPlugin rrdtool #LoadPlugin sensors #LoadPlugin serial @@ -93,6 +94,7 @@ LoadPlugin swap #LoadPlugin teamspeak2 #LoadPlugin ted #LoadPlugin thermal +#LoadPlugin tokyotyrant #LoadPlugin unixsock #LoadPlugin uptime LoadPlugin users @@ -591,6 +593,13 @@ LoadPlugin users # # +# +# DaemonAddress "unix:/var/run/rrdcached.sock" +# DataDir "/var/lib/rrdcached/db/collectd" +# CreateFiles true +# CollectStatistics true +# + DataDir "/var/lib/collectd/rrd" # CacheTimeout 120 @@ -721,6 +730,11 @@ LoadPlugin users # IgnoreSelected false # +# +# Host "localhost" +# Port "1978" +# + # # SocketFile "/var/run/collectd-unixsock" # SocketGroup "collectd"