Code

rules: Disabled netapp plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 00:40:30 +0000 (01:40 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 00:40:30 +0000 (01:40 +0100)
libnetapp is not available in Debian.

debian/changelog
debian/rules

index b0758901ea7639ad2d2f78b0dfc451688f3e64d4..caaf2cc008a92008ed058eba1904c3255d1cff81 100644 (file)
@@ -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 <tokkee@debian.org>  Sun, 27 Dec 2009 00:41:44 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 27 Dec 2009 01:39:51 +0100
 
 collectd (4.8.2-1) unstable; urgency=medium
 
index 01adc9ed069e2eafaa467de4d313beba2dd2f5be..8a74be97804c436802660b1f3f84bc4023ccff40 100755 (executable)
@@ -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