telegraf: Add package for telegraf
authorJonathan Pagel <jonny_tischbein@systemli.org>
Wed, 28 Jul 2021 07:33:15 +0000 (09:33 +0200)
committerNick Hainke <vincent@systemli.org>
Wed, 20 Oct 2021 16:58:03 +0000 (18:58 +0200)
commit2b93edf3a2cf06cdfe3ba0563e251f285f792f6d
treea29f3d8feb829bf4b38af41d960cea13ac4429c1
parentdacda65d376df03e12936f74e896a012ce0d45c4
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>
utils/telegraf/Makefile [new file with mode: 0644]
utils/telegraf/files/etc/init.d/telegraf [new file with mode: 0755]
utils/telegraf/variant-small/plugins/aggregators/all/all.go [new file with mode: 0644]
utils/telegraf/variant-small/plugins/inputs/all/all.go [new file with mode: 0644]
utils/telegraf/variant-small/plugins/outputs/all/all.go [new file with mode: 0644]
utils/telegraf/variant-small/plugins/processors/all/all.go [new file with mode: 0644]