Skip to content

Commit

Permalink
app-metrics/collectd: add write_influxdb_udp 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 9196296 commit 4364f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-metrics/collectd/collectd-5.11.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

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 @@ -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)
Expand Down

0 comments on commit 4364f17

Please sign in to comment.