diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 14:03:43 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:17 +0200 |
commit | 9196296b2dfe9311120bccc634269c4c225505e0 (patch) | |
tree | 00cde25149768f2983f781ac043e9a9cf28110ff | |
parent | app-metrics/collectd: add slurm plugin (diff) | |
download | gentoo-9196296b2dfe9311120bccc634269c4c225505e0.tar.gz gentoo-9196296b2dfe9311120bccc634269c4c225505e0.tar.bz2 gentoo-9196296b2dfe9311120bccc634269c4c225505e0.zip |
app-metrics/collectd: add ubi 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 | 2 | ||||
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index 06b81f9ad03b..ddb416fedade 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -62,7 +62,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind python redis routeros rrdcached rrdtool sensors serial sigrok slurm smart snmp snmp_agent statsd swap sysevent syslog table tail tail_csv target_notification target_replace target_scale target_set tcpconns - teamspeak2 ted thermal threshold turbostat unixsock + teamspeak2 ted thermal threshold turbostat ubi unixsock uptime users uuid varnish virt vmem vserver wireless write_graphite write_http write_kafka write_log write_mongodb write_prometheus write_redis write_sensu write_tsdb xencpu zfs_arc zookeeper" diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index 6b779a43a168..8f9c9c90febd 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -126,6 +126,7 @@ turbostat - Build the turbostat input plugin (reads CPU frequency and C-state re unixsock - Build the unixsock input/output plugin (opens a UNIX domain socket and accepts connections) uptime - Build the uptime input plugin (keeps track of the system uptime) users - Build the users input plugin (counts the number of users currently logged into the system) +ubi - Build the ubi input plugin (collects block state for flash memory devices with UBIFS) uuid - Build the uuid plugin (tries hard to determine the UUID of the system it is running on) varnish - Build the varnish input plugin (collects information about Varnish) virt - Build the (lib)virt input plugin (collects statistics about virtualized guests on a system) |