diff options
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 9 | ||||
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 1 |
2 files changed, 6 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= ) diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index d770fec321c6..58e5e58a4540 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -12,6 +12,7 @@ ascent - Build the ascent input plugin (reads and parses the statistics page of 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) +capabilities - Build the capabilities input plugin (collects platform capabilities decoded from the hardware subsystems) 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) |