summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0243cd)
raw | patch | inline | side by side (parent: d0243cd)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 15:25:47 +0000 (17:25 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 15:25:47 +0000 (17:25 +0200) |
libmemcached is required for this plugin.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a7d2aa0ad6471b42992daba308d109427e4a5c4c..bf87284f03241f4d994804cc475b05e1fd80d232 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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
diff --git a/debian/rules b/debian/rules
index e4d7a25b975b8dbba0d2b33a79366970d712e4a1..28a38b985346cd704df8d2243f4cfb32bd6cbde9 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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