diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 13:23:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:14 +0200 |
commit | 52cd2e588d8595efe3c67217b597ae9280bdb7a4 (patch) | |
tree | afeb2c844d008801e47211f1ad73735891576b44 /app-metrics | |
parent | app-metrics/collectd: add buddyinfo plugin (diff) | |
download | gentoo-52cd2e588d8595efe3c67217b597ae9280bdb7a4.tar.gz gentoo-52cd2e588d8595efe3c67217b597ae9280bdb7a4.tar.bz2 gentoo-52cd2e588d8595efe3c67217b597ae9280bdb7a4.zip |
app-metrics/collectd: add capabilities plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index 8473b1fe104a..1ffe1fb868c9 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -48,10 +48,10 @@ 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 - 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 + buddyinfo capabilities 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 match_hashed match_regex match_timediff match_value mbmon mcelog md memcachec memcached memory modbus mqtt multimeter mysql netlink @@ -88,6 +88,7 @@ COMMON_DEPEND=" collectd_plugins_ascent? ( net-misc/curl:0= dev-libs/libxml2:2= ) collectd_plugins_bind? ( net-misc/curl:0= dev-libs/libxml2:2= ) collectd_plugins_ceph? ( dev-libs/yajl:= ) + collectd_plugins_capabilities? ( sys-libs/libcap dev-libs/jansson net-libs/libmicrohttpd:= ) collectd_plugins_curl? ( net-misc/curl:0= ) collectd_plugins_curl_json? ( net-misc/curl:0= dev-libs/yajl:= ) collectd_plugins_curl_xml? ( net-misc/curl:0= dev-libs/libxml2:2= ) |