Code

rules: Disabled memcachec plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 15:25:47 +0000 (17:25 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 15:25:47 +0000 (17:25 +0200)
libmemcached is required for this plugin.

debian/changelog
debian/rules

index a7d2aa0ad6471b42992daba308d109427e4a5c4c..bf87284f03241f4d994804cc475b05e1fd80d232 100644 (file)
@@ -7,7 +7,8 @@ collectd (4.7.0-1) unstable; urgency=low
     - Receive and interpret Ganglia multicast traffic: gmond (disabled in
       Debian, libganglia >= 3 is required)
     - Embedded Java Virtual Machine: java
-    - Query and parse data from a memcache daemon: memcachec
+    - Query and parse data from a memcache daemon: memcachec (disabled in
+      Debian, libmemcached is not available)
     - Information about network protocols: protocols
     - Parse table-like structured files: table
     - Power consumption measurements from "The Energy Detective" (TED): ted
index e4d7a25b975b8dbba0d2b33a79366970d712e4a1..28a38b985346cd704df8d2243f4cfb32bd6cbde9 100755 (executable)
@@ -46,6 +46,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
 # libganglia >= 3 is required for the gmond plugin.
 confflags += --disable-gmond
 
+# libmemcached is required for the memcachec plugin.
+confflags += --disable-memcachec
+
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape