From 9d5bfcf46c096e33cb31950f9586b91feda444a9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Dec 2009 01:40:30 +0100 Subject: [PATCH] rules: Disabled netapp plugin. libnetapp is not available in Debian. --- debian/changelog | 5 +++-- debian/rules | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.30.2