From: Sebastian Harl Date: Sun, 10 May 2009 15:23:06 +0000 (+0200) Subject: rules: Disabled gmond plugin. X-Git-Tag: collectd-4.7.2-1~38^2^2^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d0243cd998a3a1797f7df7668ed60d99851e952d;p=pkg-collectd.git rules: Disabled gmond plugin. libganglia >= 3 is required for this plugin. --- diff --git a/debian/changelog b/debian/changelog index 64e9423..a7d2aa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 May 2009 17:10:55 +0200 + -- Sebastian Harl Sun, 10 May 2009 17:22:47 +0200 collectd (4.6.2-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 4721c14..e4d7a25 100755 --- a/debian/rules +++ b/debian/rules @@ -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