commit: 5dfb683b324be1e37d681cf4e511d4495904fcb2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:47:56 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfb683b
app-metrics/collectd: add synproxy plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-metrics/collectd/collectd-5.11.0.ebuild | 14 +++++++-------
profiles/desc/collectd_plugins.desc | 1 +
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild
b/app-metrics/collectd/collectd-5.11.0.ebuild
index 8887f3a114e..dc569035caa 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -60,13 +60,13 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups
ascent battery bind
ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
ovs_stats perl ping postgresql powerdns procevent processes protocols
python python redis routeros rrdcached rrdtool sensors serial sigrok
- slurm smart snmp snmp_agent statsd swap sysevent syslog table tail
- tail_csv target_notification target_replace target_scale target_set
- tcpconns teamspeak2 ted thermal threshold turbostat ubi unixsock
- uptime users uuid varnish virt vmem vserver wireless write_graphite
- write_http write_influxdb_udp write_kafka write_log write_mongodb
- write_prometheus write_redis write_sensu write_stackdriver
- write_syslog write_tsdb xencpu zfs_arc zookeeper"
+ slurm smart snmp snmp_agent statsd swap synproxy sysevent syslog
+ table tail tail_csv target_notification target_replace target_scale
+ target_set tcpconns teamspeak2 ted thermal threshold turbostat ubi
+ unixsock uptime users uuid varnish virt vmem vserver wireless
+ write_graphite write_http write_influxdb_udp write_kafka write_log
+ write_mongodb write_prometheus write_redis write_sensu
+ write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
diff --git a/profiles/desc/collectd_plugins.desc
b/profiles/desc/collectd_plugins.desc
index 0b8a5e8a0bf..d5070b1c68c 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -108,6 +108,7 @@ snmp - Build the snmp input plugin (reads values from
network devices using SNMP
snmp_agent - Build an input plugin which implements an SNMP AgentX subagent
that receives and handles queries from SNMP master agent and returns configured
metrics
statsd - Build the statsd input plugin (accepts statsd-type metrics from a UDP
socket)
swap - Build the swap input plugin (collects amount of memory currently
written to swap)
+synproxy - Build the Linux SYNPROXY input plugin (collects metrics from
/proc/net/stat/synproxy)
sysevent - Build the rsyslog input plugin (collects system events from rsyslog)
syslog - Build the syslog output plugin (receives messages from collectd and
dispatches them to syslog)
table - Build the table input plugin (parses table-like structured plain text)