From: Sebastian Harl Date: Fri, 10 Sep 2010 20:38:59 +0000 (+0200) Subject: collectd.conf, control, rules: Re-enabled rrdcached plugin. X-Git-Tag: collectd-4.10.1-1--bpo50+1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ccf2bb8adbfc1ac9a11f0c75bde5a648bf6f083;p=pkg-collectd.git collectd.conf, control, rules: Re-enabled rrdcached plugin. An up-to-date version of librrd is now available in bpo. --- diff --git a/debian/changelog b/debian/changelog index c7d9763..6e6be02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,6 @@ collectd (4.10.1-1~bpo50+1) lenny-backports; urgency=low not available in Lenny; removed build-dependency on libganglia-dev. - Disabled the "memcachec" plugin, which requires libmemcached which is not available in Lenny; removed build-dependency on libmemcached-dev. - - Disabled the "rrdcached" plugin, which requires rrdclient support in - librrd; removed version from librrd-dev build-dependency. - Disabled the "tokyotyrant" plugin, which requires libtokyotyrant which is not available in Lenny; removed libtokyocabinet-dev and libtokyotyrant-dev build-dependencies. diff --git a/debian/collectd.conf b/debian/collectd.conf index 54a2071..6c2bacf 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 @@ -562,6 +563,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 diff --git a/debian/control b/debian/control index 75321ec..76f7a6a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libpcap0.8-dev | libpcap-dev, libperl-dev, libpq-dev, - librrd-dev, + librrd-dev (>= 1.4~), libsensors-dev [!kfreebsd-i386 !kfreebsd-amd64], libsnmp-dev | libsnmp9-dev, libupsclient1-dev, @@ -122,6 +122,7 @@ Description: statistics collection and monitoring daemon (core system) * number of processes: processes * information about network protocols: protocols * embedded Python interpreter: python + * write data via the RRD accelerator daemon: rrdcached * output to RRD files: rrdtool * lm_sensors information (e.g. CPU temperature, fan speeds): sensors * serial port traffic: serial diff --git a/debian/rules b/debian/rules index 0a948cb..1020b9d 100755 --- a/debian/rules +++ b/debian/rules @@ -89,9 +89,6 @@ confflags += --disable-pinba # librouteros is required for the routeros plugin. confflags += --disable-routeros -# rrdclient support in librrd is required for the rrdcached plugin. -confflags += --disable-rrdcached - # libtokyotyrant is required for the tokyotyrant plugin. confflags += --disable-tokyotyrant