summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b578e6)
raw | patch | inline | side by side (parent: 9b578e6)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 00:40:30 +0000 (01:40 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 00:40:30 +0000 (01:40 +0100) |
libnetapp is not available in Debian.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index b0758901ea7639ad2d2f78b0dfc451688f3e64d4..caaf2cc008a92008ed058eba1904c3255d1cff81 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
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
diff --git a/debian/rules b/debian/rules
index 01adc9ed069e2eafaa467de4d313beba2dd2f5be..8a74be97804c436802660b1f3f84bc4023ccff40 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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