Code

rules: Disabled lpar plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2011 16:10:28 +0000 (18:10 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2011 16:10:28 +0000 (18:10 +0200)
This requires AIX (perfstat)

debian/changelog
debian/rules

index b066d1ee2f3c1e1e196cc16eff20393d309a9597..7434ab38cea71e6acf415d28d7b1988c951ba8dc 100644 (file)
@@ -2,12 +2,13 @@ collectd (5.0.0-1) unstable; urgency=low
 
   * New upstream release.
   * debian/rules:
+    - Disabled lpar plugin -- this requires AIX (perfstat).
     - Disabled redis and write_redis plugin -- they require libcredis.
   * debian/control:
     - Added build-dep on librabbitmq-dev, required by the AMQP plugin.
     - Added build-dep on libvarnish-dev, required by the varnish plugin.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 05 Jun 2011 18:03:57 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 05 Jun 2011 18:09:49 +0200
 
 collectd (4.10.1-2) unstable; urgency=medium
 
index c2b1a489e8db3bdd320e27d568683c2eab75d62b..387ecef671d432ab4b5a7f6fa189c8cf8898242c 100755 (executable)
@@ -60,7 +60,12 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --enable-all-plugins
 
 # These plugins do not provide any functionality under Linux.
-confflags += --disable-apple_sensors --disable-tape
+# MacOS only (requires IO Kit):
+confflags += --disable-apple_sensors
+# AIX only (requires perfstat):
+confflags += --disable-lpar
+# Solaris only (requires devinfo and kstat)
+confflags += --disable-tape
 
 # libmodbus is required for the modbus plugin.
 confflags += --disable-modbus