app-metrics/collectd: add write_influxdb_udp plugin
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 12:22:44 +0000 (14:22 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 14:10:18 +0000 (16:10 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-metrics/collectd/collectd-5.11.0.ebuild
profiles/desc/collectd_plugins.desc

index ddb416fedade3b85d8670fcaa52cfed7e111360c..a5df7f44303e0de2ad1b0d8fe6764082c916559a 100644 (file)
@@ -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}"
 
index 8f9c9c90febdee5e2d5207acebcbf671f5a07cdc..38d6478a1c0501298055dce4becdfc8ac14298af 100644 (file)
@@ -135,6 +135,7 @@ vserver - Build the vserver input plugin (collects information about the virtual
 wireless - Build the wireless input plugin (collects signal quality, signal power and signal-to-noise ratio for wireless LAN cards)
 write_graphite - Build the write_graphite output plugin (stores values in Carbon, the storage layer of Graphite)
 write_http - Build the write_http output plugin (sends metrics to a web-server using HTTP POST requests)
+write_influxdb_udp - Build the InfluxDB UDP output plugin (sends metrics to InfluxDB using UDP)
 write_kafka - Build the Kafka output plugin (sends metrics to Apache Kafka)
 write_log - Build the write_log output plugin (writes metrics to a file)
 write_mongodb - Build the MongoDB output plugin (stores values in MongoDB)