From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] package/collectd: add 'mdevents' option
Date: Tue, 16 Feb 2021 14:54:30 +0100 [thread overview]
Message-ID: <20210216135432.4830-3-patrickdepinguin@gmail.com> (raw)
In-Reply-To: <20210216135432.4830-1-patrickdepinguin@gmail.com>
From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
The mdevents plugin is new since 5.12.0 and enabled by default in
collectd.
Add an option in Buildroot, disabled by default.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
package/collectd/Config.in | 5 +++++
package/collectd/collectd.mk | 1 +
2 files changed, 6 insertions(+)
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index ae69482608..11136f98ef 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -331,6 +331,11 @@ config BR2_PACKAGE_COLLECTD_MD
help
Collects software-RAID device information.
+config BR2_PACKAGE_COLLECTD_MDEVENTS
+ bool "mdevents"
+ help
+ Events from md (Linux Software RAID) devices.
+
config BR2_PACKAGE_COLLECTD_MEMCACHEC
bool "memcachec"
depends on BR2_INSTALL_LIBSTDCPP
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 4a4e313224..792eb9c355 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -94,6 +94,7 @@ COLLECTD_CONF_OPTS += \
$(if $(BR2_PACKAGE_COLLECTD_LOGSTASH),--enable-log_logstash,--disable-log_logstash) \
$(if $(BR2_PACKAGE_COLLECTD_LUA),--enable-lua,--disable-lua) \
$(if $(BR2_PACKAGE_COLLECTD_MD),--enable-md,--disable-md) \
+ $(if $(BR2_PACKAGE_COLLECTD_MDEVENTS),--enable-mdevents,--disable-mdevents) \
$(if $(BR2_PACKAGE_COLLECTD_MEMCACHEC),--enable-memcachec,--disable-memcachec) \
$(if $(BR2_PACKAGE_COLLECTD_MEMCACHED),--enable-memcached,--disable-memcached) \
$(if $(BR2_PACKAGE_COLLECTD_MEMORY),--enable-memory,--disable-memory) \
--
2.26.2
next prev parent reply other threads:[~2021-02-16 13:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 13:54 [Buildroot] [PATCH 1/4] package/collectd: add 'infiniband' option Thomas De Schampheleire
2021-02-16 13:54 ` [Buildroot] [PATCH] package/collectd: add option to enable UBI counters Thomas De Schampheleire
2021-02-16 13:56 ` Thomas De Schampheleire
2021-02-16 13:54 ` Thomas De Schampheleire [this message]
2021-02-16 20:01 ` [Buildroot] [PATCH 2/4] package/collectd: add 'mdevents' option Peter Korsgaard
2021-02-16 13:54 ` [Buildroot] [PATCH 3/4] package/collectd: add 'logparser' option Thomas De Schampheleire
2021-02-16 20:01 ` Peter Korsgaard
2021-02-16 13:54 ` [Buildroot] [PATCH 4/4] package/collectd: add 'synproxy' option Thomas De Schampheleire
2021-02-16 20:01 ` Peter Korsgaard
2021-02-16 20:01 ` [Buildroot] [PATCH 1/4] package/collectd: add 'infiniband' option Peter Korsgaard
2021-02-16 20:03 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210216135432.4830-3-patrickdepinguin@gmail.com \
--to=patrickdepinguin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox