Code

collectd.conf, control, rules: Re-enabled rrdcached plugin. collectd-4.10.1-1--bpo50+1
authorSebastian Harl <sh@tokkee.org>
Fri, 10 Sep 2010 20:38:59 +0000 (22:38 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 10 Sep 2010 20:38:59 +0000 (22:38 +0200)
An up-to-date version of librrd is now available in bpo.

debian/changelog
debian/collectd.conf
debian/control
debian/rules

index c7d9763de00d22876305e69eda8e1de40ce82c55..6e6be0213ee6565d47010d140c5983599f15ede4 100644 (file)
@@ -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.
index 54a207110b6a375228b0b5695cf387fcbd81dbb1..6c2bacf08c420309eb596188ecf43379f384eb68 100644 (file)
@@ -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
 #      </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
index 75321eccf73eda7ce43f9483258277074bc7f8a6..76f7a6aca893a82c328446eea868f50d89c9a962 100644 (file)
@@ -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
index 0a948cb40ddd32ffc4b2041996f4512a5e719fdd..1020b9d8549d31d69d7def4d5e0d392873ccda65 100755 (executable)
@@ -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