opnsense-plugins/net-mgmt/telegraf/pkg-descr

120 lines
2.3 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Telegraf is the Agent for Collecting & Reporting Metrics & Data.
Telegraf has plugins or integrations to source a variety of
metrics directly from the system its running on, pull metrics
from third-party APIs, or even listen for metrics via a StatsD
and Kafka consumer services. It also has output plugins to send
metrics to a variety of other datastores, services, and message
queues, including InfluxDB, Graphite, OpenTSDB, Datadog, Librato,
Kafka, MQTT, NSQ, and many others.
WWW: https://www.influxdata.com/time-series-platform/telegraf/
Plugin Changelog
================
1.12.14
* Add name_prefix in influxdb config
1.12.13
* Implement memory_saving_mode formerly named enable_file_download (contributed by sopex)
1.12.12
* Fix for mixed ping plugin config (contributed by Alex Baulé)
* Fix incompatibility with obsolete dns_lookup setting
1.12.11
* Add OpenTelemetry output
1.12.10
* Fix MQTT output and additional UI cleanup (contributed by Pierre Christen)
1.12.9
* Add MQTT output
1.12.8
* bug: fix InfluxDB v2 template to remove erroneous `timeout` value (issue #3265, contributed by Gavin Chappell)
1.12.7
* Add Influx v2 flush timeout
1.12.6
* Add apcupsd input
1.12.5
* Add support for basic HTTP Authentication agains Elasticsearch (contributed by psychogun)
* Add internet speed input plugin (contributed by rare-magma)
* Allow to specify ping count (Kacper Michajlow)
1.12.4
* Add 5 second timeout to unbound input
1.12.3
* Add insecure_skip_verify as an option for Influx v2 output
1.12.2
* Add insecure_skip_verify as an option for Influx v1 output
1.12.1
* Rename "Wheel Group" to "Run as Root" and set user permissions
1.12.0
* Allow to start telegraf with wheel group permissions
* Add Unbound input
1.11.0
* Set telegraf.d as additional config include
1.10.1
* Fix Suricata input controller being the output section and incorrect statement
1.10.0
* Add intrusion detection alert input
1.9.0
* Add Datadog output
1.8.2
* Add 'ntpq' input
1.8.1
* Fix 'flush interval' templating (contributed by Jontron123)
* Add ability to disable TLS for Graphite (contributed by primemaster)
1.8.0
* Add InfluxDB v2 output support
1.7.7
* Fix log not properly parsed
1.7.6
* Add 'Debug' and 'Quiet' setting
* Add log viewer
* Fix 'Round Interval' setting not working
1.7.5
* Add Graphite tag support