Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
Date: Thu, 30 Apr 2020 14:10:58
Message-Id: 1588255823.3d2b88971382596fbddfcc9e2da1598c79701b67.whissi@gentoo
1 commit: 3d2b88971382596fbddfcc9e2da1598c79701b67
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 13:53:20 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2b8897
7
8 app-metrics/collectd: add pcie_errors 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 | 16 ++++++++--------
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 9 insertions(+), 8 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 dc569035caa..03fa1e33d41 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -58,14 +58,14 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
22 memcachec memcached memory modbus mqtt multimeter mysql netlink
23 network network nfs nginx notify_desktop notify_email notify_nagios
24 ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
25 - ovs_stats perl ping postgresql powerdns procevent processes protocols
26 - python python redis routeros rrdcached rrdtool sensors serial sigrok
27 - slurm smart snmp snmp_agent statsd swap synproxy sysevent syslog
28 - table tail tail_csv target_notification target_replace target_scale
29 - target_set tcpconns teamspeak2 ted thermal threshold turbostat ubi
30 - unixsock uptime users uuid varnish virt vmem vserver wireless
31 - write_graphite write_http write_influxdb_udp write_kafka write_log
32 - write_mongodb write_prometheus write_redis write_sensu
33 + ovs_stats pcie_errors perl ping postgresql powerdns procevent
34 + processes protocols python python redis routeros rrdcached rrdtool
35 + sensors serial sigrok slurm smart snmp snmp_agent statsd swap synproxy
36 + sysevent syslog table tail tail_csv target_notification target_replace
37 + target_scale target_set tcpconns teamspeak2 ted thermal threshold
38 + turbostat ubi unixsock uptime users uuid varnish virt vmem vserver
39 + wireless write_graphite write_http write_influxdb_udp write_kafka
40 + write_log write_mongodb write_prometheus write_redis write_sensu
41 write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
42
43 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
44
45 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
46 index d5070b1c68c..d9a8d76eb80 100644
47 --- a/profiles/desc/collectd_plugins.desc
48 +++ b/profiles/desc/collectd_plugins.desc
49 @@ -87,6 +87,7 @@ openvpn - Build the openvpn input plugin (reads the status file printed by OpenV
50 oracle - Build the oracle input plugin (executes SQL statements against Oracle database systems)
51 ovs_events - Build an input plugin which reports link state changes from Open vSwitch (OVS)
52 ovs_stats - Build an input plugin which reports bridge and interface statistics from Open vSwitch (OVS)
53 +pcie_errors - Build an input plugin which reports the PCIe errors
54 perl - Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins)
55 ping - Build the ping input plugin (measures network latency)
56 postgresql - Build the postgresql input plugin (executes SQL statements against a PostgreSQL database)