Code

rules: Disabled gmond plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 15:23:06 +0000 (17:23 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 15:23:06 +0000 (17:23 +0200)
libganglia >= 3 is required for this plugin.

debian/changelog
debian/rules

index 64e9423e24f7a4b04388d3f558de8742e39a2d2e..a7d2aa0ad6471b42992daba308d109427e4a5c4c 100644 (file)
@@ -4,7 +4,8 @@ collectd (4.7.0-1) unstable; urgency=low
     New plugins:
     - Connection tracking table size: conntrack
     - Linux file-system based caching framework statistics: fscache
-    - Receive and interpret Ganglia multicast traffic: gmond
+    - 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
     - Information about network protocols: protocols
@@ -18,7 +19,7 @@ collectd (4.7.0-1) unstable; urgency=low
     - Removed battery_acpi_complain.dpatch - included upstream.
     - Removed ntpd_type_pun_fix.dpatch - included upstream.
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 10 May 2009 17:10:55 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 10 May 2009 17:22:47 +0200
 
 collectd (4.6.2-2) unstable; urgency=low
 
index 4721c1475657969de0ca148e2beb1489632b7fde..e4d7a25b975b8dbba0d2b33a79366970d712e4a1 100755 (executable)
@@ -43,6 +43,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --disable-xmms \
                        --without-libstatgrab
 
+# libganglia >= 3 is required for the gmond plugin.
+confflags += --disable-gmond
+
 # These plugins do not provide any functionality under Linux.
 confflags += --disable-apple_sensors --disable-tape