mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
telegraf: Add package for telegraf
Telegraf is a plugin-driven agent for collecting and sending metrics and events. It supports various inputs (including prometheus endpoints) and is able to send data into InfluxDB. https://www.influxdata.com/time-series-platform/telegraf/ Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
This commit is contained in:
committed by
Nick Hainke
parent
dacda65d37
commit
2b93edf3a2
@@ -0,0 +1,5 @@
|
||||
package all
|
||||
|
||||
import (
|
||||
//Blank imports for plugins to register themselves
|
||||
)
|
||||
Reference in New Issue
Block a user