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:57
Message-Id: 1588255825.7b8e7be874cc59ed0b17f31dd04f83660277d6eb.whissi@gentoo
1 commit: 7b8e7be874cc59ed0b17f31dd04f83660277d6eb
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 14:05:10 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8e7be8
7
8 app-metrics/collectd: add connectivity 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 | 13 +++++++------
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 8 insertions(+), 6 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 6f5057626b3..11461aaddc6 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -49,12 +49,12 @@ COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer
22
23 # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS
24 COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
25 - buddyinfo capabilities ceph cgroups check_uptime chrony conntrack
26 - contextswitch cpu cpufreq cpusleep csv curl curl_json curl_xml
27 - dbi df disk dns drbd email entropy ethstat exec fhcount filecount
28 - fscache gmond gps hddtemp hugepages interface ipc ipmi iptables
29 - ipvs irq java lua load logfile logparser log_logstash madwifi
30 - match_empty_counter match_hashed match_regex match_timediff
31 + buddyinfo capabilities ceph cgroups check_uptime chrony connectivity
32 + conntrack contextswitch cpu cpufreq cpusleep csv curl curl_json
33 + curl_xml dbi df disk dns drbd email entropy ethstat exec fhcount
34 + filecount fscache gmond gps hddtemp hugepages interface ipc ipmi
35 + iptables ipvs irq java lua load logfile logparser log_logstash
36 + madwifi match_empty_counter match_hashed match_regex match_timediff
37 match_value mbmon mcelog md memcachec memcached memory modbus mqtt
38 multimeter mysql netlink network network nfs nginx notify_desktop
39 notify_email notify_nagios ntpd numa nut olsrd onewire openldap
40 @@ -92,6 +92,7 @@ COMMON_DEPEND="
41 collectd_plugins_bind? ( net-misc/curl:0= dev-libs/libxml2:2= )
42 collectd_plugins_ceph? ( dev-libs/yajl:= )
43 collectd_plugins_capabilities? ( sys-libs/libcap dev-libs/jansson net-libs/libmicrohttpd:= )
44 + collectd_plugins_connectivity? ( dev-libs/yajl:= net-libs/libmnl )
45 collectd_plugins_curl? ( net-misc/curl:0= )
46 collectd_plugins_curl_json? ( net-misc/curl:0= dev-libs/yajl:= )
47 collectd_plugins_curl_xml? ( net-misc/curl:0= dev-libs/libxml2:2= )
48
49 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
50 index 6bf21031d34..1a323e273a5 100644
51 --- a/profiles/desc/collectd_plugins.desc
52 +++ b/profiles/desc/collectd_plugins.desc
53 @@ -17,6 +17,7 @@ ceph - Build the Ceph input plugin (collects statistics from the Ceph distribute
54 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
55 check_uptime - Build a plugin to notify about uptime reset
56 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)
57 +connectivity - Build the connectivity input plugin (monitors interface up/down status via netlink library)
58 conntrack - Build the conntrack input plugin (tracks the number of entries in Linux's connection tracking table)
59 contextswitch - Build the contextswitch input plugin (collects the number of context switches done by the operating system)
60 cpu - Build the cpu input plugin (collects the amount of time spent by the CPU in various states)