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:51
Message-Id: 1588255813.7cbf711c31f66e482d9aab37652e9969b25f3915.whissi@gentoo
1 commit: 7cbf711c31f66e482d9aab37652e9969b25f3915
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 11:09:56 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbf711c
7
8 app-metrics/collectd: add buddyinfo 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 | 4 ++--
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 3 insertions(+), 2 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 6fe02c08bd3..8473b1fe104 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -48,8 +48,8 @@ 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 - ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
26 - csv curl curl_json curl_xml dbi df disk dns drbd email
27 + buddyinfo ceph cgroups chrony conntrack contextswitch cpu cpufreq
28 + cpusleep csv curl curl_json curl_xml dbi df disk dns drbd email
29 entropy ethstat exec fhcount filecount fscache gmond gps hddtemp
30 hugepages interface ipc ipmi iptables ipvs irq java lua
31 load logfile log_logstash madwifi match_empty_counter
32
33 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
34 index e5c732bdcf4..d770fec321c 100644
35 --- a/profiles/desc/collectd_plugins.desc
36 +++ b/profiles/desc/collectd_plugins.desc
37 @@ -11,6 +11,7 @@ apcups - Build the apcups input plugin (reads various statistics about a connect
38 ascent - Build the ascent input plugin (reads and parses the statistics page of Ascent)
39 battery - Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage)
40 bind - Build the bind input plugin (collects statistics from bind instances)
41 +buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/buddyinfo)
42 ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)
43 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
44 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)