Skip to content

Commit

Permalink
app-metrics/collectd: add capabilities plugin
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Apr 30, 2020
1 parent 7cbf711 commit 52cd2e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app-metrics/collectd/collectd-5.11.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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= )
Expand Down
1 change: 1 addition & 0 deletions profiles/desc/collectd_plugins.desc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52cd2e5

Please sign in to comment.