Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
Date: Thu, 30 Apr 2020 14:10:55
Message-Id: 1588255817.9196296b2dfe9311120bccc634269c4c225505e0.whissi@gentoo
1 commit: 9196296b2dfe9311120bccc634269c4c225505e0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 12:03:43 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9196296b
7
8 app-metrics/collectd: add ubi plugin
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-metrics/collectd/collectd-5.11.0.ebuild | 2 +-
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
18 index 06b81f9ad03..ddb416fedad 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -62,7 +62,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
22 python redis routeros rrdcached rrdtool sensors serial sigrok slurm
23 smart snmp snmp_agent statsd swap sysevent syslog table tail tail_csv
24 target_notification target_replace target_scale target_set tcpconns
25 - teamspeak2 ted thermal threshold turbostat unixsock
26 + teamspeak2 ted thermal threshold turbostat ubi unixsock
27 uptime users uuid varnish virt vmem vserver wireless write_graphite
28 write_http write_kafka write_log write_mongodb write_prometheus
29 write_redis write_sensu write_tsdb xencpu zfs_arc zookeeper"
30
31 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
32 index 6b779a43a16..8f9c9c90feb 100644
33 --- a/profiles/desc/collectd_plugins.desc
34 +++ b/profiles/desc/collectd_plugins.desc
35 @@ -126,6 +126,7 @@ turbostat - Build the turbostat input plugin (reads CPU frequency and C-state re
36 unixsock - Build the unixsock input/output plugin (opens a UNIX domain socket and accepts connections)
37 uptime - Build the uptime input plugin (keeps track of the system uptime)
38 users - Build the users input plugin (counts the number of users currently logged into the system)
39 +ubi - Build the ubi input plugin (collects block state for flash memory devices with UBIFS)
40 uuid - Build the uuid plugin (tries hard to determine the UUID of the system it is running on)
41 varnish - Build the varnish input plugin (collects information about Varnish)
42 virt - Build the (lib)virt input plugin (collects statistics about virtualized guests on a system)