From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C2C5138350 for ; Thu, 30 Apr 2020 14:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFDE1E0940; Thu, 30 Apr 2020 14:10:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99E6EE0940 for ; Thu, 30 Apr 2020 14:10:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C57A334EF9D for ; Thu, 30 Apr 2020 14:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C866204 for ; Thu, 30 Apr 2020 14:10:45 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1588255813.7cbf711c31f66e482d9aab37652e9969b25f3915.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/collectd/collectd-5.11.0.ebuild profiles/desc/collectd_plugins.desc X-VCS-Directories: profiles/desc/ app-metrics/collectd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7cbf711c31f66e482d9aab37652e9969b25f3915 X-VCS-Branch: master Date: Thu, 30 Apr 2020 14:10:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31f2c687-e254-4376-87ba-89f6df795bdf X-Archives-Hash: cc9d9ed4f919aa5638ffa1ddfc4c0073 commit: 7cbf711c31f66e482d9aab37652e9969b25f3915 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 30 11:09:56 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 30 14:10:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbf711c app-metrics/collectd: add buddyinfo plugin Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> app-metrics/collectd/collectd-5.11.0.ebuild | 4 ++-- profiles/desc/collectd_plugins.desc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index 6fe02c08bd3..8473b1fe104 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -48,8 +48,8 @@ COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind - ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep - csv curl curl_json curl_xml dbi df disk dns drbd email + buddyinfo ceph cgroups chrony conntrack contextswitch cpu cpufreq + cpusleep csv curl curl_json curl_xml dbi df disk dns drbd email entropy ethstat exec fhcount filecount fscache gmond gps hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua load logfile log_logstash madwifi match_empty_counter diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index e5c732bdcf4..d770fec321c 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -11,6 +11,7 @@ apcups - Build the apcups input plugin (reads various statistics about a connect ascent - Build the ascent input plugin (reads and parses the statistics page of Ascent) battery - Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage) bind - Build the bind input plugin (collects statistics from bind instances) +buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/buddyinfo) ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system) cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup) chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)