From: Sebastian Harl Date: Sun, 27 Dec 2009 00:40:30 +0000 (+0100) Subject: rules: Disabled netapp plugin. X-Git-Tag: collectd-4.9.1-1~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9d5bfcf46c096e33cb31950f9586b91feda444a9;p=pkg-collectd.git rules: Disabled netapp plugin. libnetapp is not available in Debian. --- diff --git a/debian/changelog b/debian/changelog index b075890..caaf2cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,8 @@ collectd (4.9.0-1) unstable; urgency=low New plugins: - Number of context switches done by the OS: contextswitch - Query statistics from mon.itor.us: Monitorus (Perl based plugin) - - Collect statistics from NetApp filers: netapp + - Collect statistics from NetApp filers: netapp (disabled in Debian; + libnetapp is not available) - OpenVZ statistics: OpenVZ (Perl based plugin) - Embedding a Python interpreter: python - Query statistics from RouterOS: routeros @@ -13,7 +14,7 @@ collectd (4.9.0-1) unstable; urgency=low New targets: - Scale (multiply) values: scale - -- Sebastian Harl Sun, 27 Dec 2009 00:41:44 +0100 + -- Sebastian Harl Sun, 27 Dec 2009 01:39:51 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 01adc9e..8a74be9 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape +# libnetapp is required for the netapp plugin. +confflags += --disable-netapp + # libowcapi is required for the onewire plugin. confflags += --disable-onewire