diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 13:09:56 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:13 +0200 |
commit | 7cbf711c31f66e482d9aab37652e9969b25f3915 (patch) | |
tree | e80a1bc7f6251fb5187ace7a4ab14eaf292d2a25 | |
parent | app-metrics/collectd: disable dpdk_telemetry plugin (diff) | |
download | gentoo-7cbf711c31f66e482d9aab37652e9969b25f3915.tar.gz gentoo-7cbf711c31f66e482d9aab37652e9969b25f3915.tar.bz2 gentoo-7cbf711c31f66e482d9aab37652e9969b25f3915.zip |
app-metrics/collectd: add buddyinfo plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 4 | ||||
-rw-r--r-- | 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 6fe02c08bd3b..8473b1fe104a 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 e5c732bdcf4a..d770fec321c6 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) |