diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 14:22:44 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:18 +0200 |
commit | 4364f1746f4600246e0af8cd052966eb460ec14b (patch) | |
tree | ba44686f46190d8bb6b7875b4ea0b5e8cbd50c7b /app-metrics | |
parent | app-metrics/collectd: add ubi plugin (diff) | |
download | gentoo-4364f1746f4600246e0af8cd052966eb460ec14b.tar.gz gentoo-4364f1746f4600246e0af8cd052966eb460ec14b.tar.bz2 gentoo-4364f1746f4600246e0af8cd052966eb460ec14b.zip |
app-metrics/collectd: add write_influxdb_udp 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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index ddb416fedade..a5df7f44303e 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -64,8 +64,9 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind target_notification target_replace target_scale target_set tcpconns 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" + write_http write_influxdb_udp write_kafka write_log write_mongodb + write_prometheus write_redis write_sensu write_tsdb xencpu zfs_arc + zookeeper" COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}" |