Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/, profiles/desc/
Date: Thu, 30 Apr 2020 14:10:56
Message-Id: 1588255822.5dfb683b324be1e37d681cf4e511d4495904fcb2.whissi@gentoo
1 commit: 5dfb683b324be1e37d681cf4e511d4495904fcb2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 13:47:56 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfb683b
7
8 app-metrics/collectd: add synproxy plugin
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-metrics/collectd/collectd-5.11.0.ebuild | 14 +++++++-------
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 8 insertions(+), 7 deletions(-)
16
17 diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
18 index 8887f3a114e..dc569035caa 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -60,13 +60,13 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
22 ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
23 ovs_stats perl ping postgresql powerdns procevent processes protocols
24 python python redis routeros rrdcached rrdtool sensors serial sigrok
25 - slurm smart snmp snmp_agent statsd swap sysevent syslog table tail
26 - tail_csv target_notification target_replace target_scale target_set
27 - tcpconns teamspeak2 ted thermal threshold turbostat ubi unixsock
28 - uptime users uuid varnish virt vmem vserver wireless write_graphite
29 - write_http write_influxdb_udp write_kafka write_log write_mongodb
30 - write_prometheus write_redis write_sensu write_stackdriver
31 - write_syslog write_tsdb xencpu zfs_arc zookeeper"
32 + slurm smart snmp snmp_agent statsd swap synproxy sysevent syslog
33 + table tail tail_csv target_notification target_replace target_scale
34 + target_set tcpconns teamspeak2 ted thermal threshold turbostat ubi
35 + unixsock uptime users uuid varnish virt vmem vserver wireless
36 + write_graphite write_http write_influxdb_udp write_kafka write_log
37 + write_mongodb write_prometheus write_redis write_sensu
38 + write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
39
40 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
41
42
43 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
44 index 0b8a5e8a0bf..d5070b1c68c 100644
45 --- a/profiles/desc/collectd_plugins.desc
46 +++ b/profiles/desc/collectd_plugins.desc
47 @@ -108,6 +108,7 @@ snmp - Build the snmp input plugin (reads values from network devices using SNMP
48 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
49 statsd - Build the statsd input plugin (accepts statsd-type metrics from a UDP socket)
50 swap - Build the swap input plugin (collects amount of memory currently written to swap)
51 +synproxy - Build the Linux SYNPROXY input plugin (collects metrics from /proc/net/stat/synproxy)
52 sysevent - Build the rsyslog input plugin (collects system events from rsyslog)
53 syslog - Build the syslog output plugin (receives messages from collectd and dispatches them to syslog)
54 table - Build the table input plugin (parses table-like structured plain text)