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:51
Message-Id: 1588255814.52cd2e588d8595efe3c67217b597ae9280bdb7a4.whissi@gentoo
1 commit: 52cd2e588d8595efe3c67217b597ae9280bdb7a4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 11:23:47 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd2e58
7
8 app-metrics/collectd: add capabilities 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 | 9 +++++----
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 6 insertions(+), 4 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 8473b1fe104..1ffe1fb868c 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -48,10 +48,10 @@ 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 ceph cgroups chrony conntrack contextswitch cpu cpufreq
26 - cpusleep csv curl curl_json curl_xml dbi df disk dns drbd email
27 - entropy ethstat exec fhcount filecount fscache gmond gps hddtemp
28 - hugepages interface ipc ipmi iptables ipvs irq java lua
29 + buddyinfo capabilities ceph cgroups chrony conntrack contextswitch
30 + cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns
31 + drbd email entropy ethstat exec fhcount filecount fscache gmond gps
32 + hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua
33 load logfile log_logstash madwifi match_empty_counter
34 match_hashed match_regex match_timediff match_value mbmon mcelog md
35 memcachec memcached memory modbus mqtt multimeter mysql netlink
36 @@ -88,6 +88,7 @@ COMMON_DEPEND="
37 collectd_plugins_ascent? ( net-misc/curl:0= dev-libs/libxml2:2= )
38 collectd_plugins_bind? ( net-misc/curl:0= dev-libs/libxml2:2= )
39 collectd_plugins_ceph? ( dev-libs/yajl:= )
40 + collectd_plugins_capabilities? ( sys-libs/libcap dev-libs/jansson net-libs/libmicrohttpd:= )
41 collectd_plugins_curl? ( net-misc/curl:0= )
42 collectd_plugins_curl_json? ( net-misc/curl:0= dev-libs/yajl:= )
43 collectd_plugins_curl_xml? ( net-misc/curl:0= dev-libs/libxml2:2= )
44
45 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
46 index d770fec321c..58e5e58a454 100644
47 --- a/profiles/desc/collectd_plugins.desc
48 +++ b/profiles/desc/collectd_plugins.desc
49 @@ -12,6 +12,7 @@ ascent - Build the ascent input plugin (reads and parses the statistics page of
50 battery - Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage)
51 bind - Build the bind input plugin (collects statistics from bind instances)
52 buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/buddyinfo)
53 +capabilities - Build the capabilities input plugin (collects platform capabilities decoded from the hardware subsystems)
54 ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)
55 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
56 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)