From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] package/collectd: add 'synproxy' option
Date: Tue, 16 Feb 2021 14:54:32 +0100 [thread overview]
Message-ID: <20210216135432.4830-5-patrickdepinguin@gmail.com> (raw)
In-Reply-To: <20210216135432.4830-1-patrickdepinguin@gmail.com>
From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
The synproxy plugin exists since 5.8.0 and is 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 679285d997..82c24fdbc3 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -513,6 +513,11 @@ config BR2_PACKAGE_COLLECTD_SWAP
help
Collects the amount of memory currently written to disk.
+config BR2_PACKAGE_COLLECTD_SYNPROXY
+ bool "synproxy"
+ help
+ Synproxy stats plugin.
+
config BR2_PACKAGE_COLLECTD_TABLE
bool "table"
help
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index d57e6b8c1d..7db753b342 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -132,6 +132,7 @@ COLLECTD_CONF_OPTS += \
$(if $(BR2_PACKAGE_COLLECTD_SMART),--enable-smart,--disable-smart) \
$(if $(BR2_PACKAGE_COLLECTD_SNMP),--enable-snmp,--disable-snmp) \
$(if $(BR2_PACKAGE_COLLECTD_SWAP),--enable-swap,--disable-swap) \
+ $(if $(BR2_PACKAGE_COLLECTD_SYNPROXY),--enable-synproxy,--disable-synproxy) \
$(if $(BR2_PACKAGE_COLLECTD_SYSLOG),--enable-syslog,--disable-syslog) \
$(if $(BR2_PACKAGE_COLLECTD_TABLE),--enable-table,--disable-table) \
$(if $(BR2_PACKAGE_COLLECTD_TAIL),--enable-tail,--disable-tail) \
--
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 ` [Buildroot] [PATCH 2/4] package/collectd: add 'mdevents' option Thomas De Schampheleire
2021-02-16 20:01 ` 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 ` Thomas De Schampheleire [this message]
2021-02-16 20:01 ` [Buildroot] [PATCH 4/4] package/collectd: add 'synproxy' option 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-5-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.