summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a1d59e)
raw | patch | inline | side by side (parent: 2a1d59e)
author | Marc Fournier <marc@bl.uem.li> | |
Fri, 23 Feb 2018 08:19:13 +0000 (09:19 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Fri, 23 Feb 2018 08:19:13 +0000 (09:19 +0100) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index be745886c8d9009cac275cedc5d6da0166ed54c1..82e25a067804fd3753d20b52be61a03561f6ce85 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Enable the grpc plugin, libgrpc++ is now available.
* Enable the intel_rdt plugin, libpqos is now available.
* Re-enable the varnish plugin, support for varnish 5.2 now implemented.
- * Disable the lvm plugin, liblvm2app being deprecated. (Closes: #881641)
* debian/patches:
- Added i2c_detection.patch; needed to build against libi2c-4.0. Thanks to
Christian Ehrhardt fo reporting this problem and Andreas Hasenack for
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 17be92dd9a660d2d41c8ddaf4cf14b29fd70d249..16a9d368bf68939b07fbde40bc79b4b8c47ebd36 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin java
LoadPlugin load
#LoadPlugin lua
+#LoadPlugin lvm
#LoadPlugin madwifi
#LoadPlugin mbmon
#LoadPlugin md
diff --git a/debian/control b/debian/control
index 9aeb9d6bc31d813daa85bdd9f67101dc92209ac8..fa16171bb31decf16fc29463143966a7291bb752 100644 (file)
--- a/debian/control
+++ b/debian/control
libkvm-dev [kfreebsd-any],
libldap2-dev,
liblua5.3-dev,
+ liblvm2-dev [linux-any],
libmemcached-dev,
libmicrohttpd-dev,
libmodbus-dev,
* logging to files, STDOUT and STDERR: logfile
* logging in logstash's JSON event format: log_logstash
* embedded Lua interpreter: lua
+ * Logical Volume Manager usage: lvm
* Machine Check Exceptions notifications: mcelog
* Atheros wireless LAN chipset statistics: madwifi
* motherboard monitor: mbmon
diff --git a/debian/rules b/debian/rules
index 23c1bbda652e95dd3e22dc5e380b00ec79f2ae1b..9562595d1284f32522b0c44340d1b7d69b82a991 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# Cf. https://github.com/collectd/collectd/issues/1574
confflags += --disable-sigrok
-# liblvm2app is deprecated.
-# https://github.com/collectd/collectd/issues/2647
-confflags += --disable-lvm
-
# These plugins are Linux-specific.
ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
confflags += \
--disable-ipc \
--disable-iptables \
--disable-ipvs \
+ --disable-lvm \
--disable-madwifi \
--disable-md \
--disable-netlink \