Add Telegraf configuration

This commit is contained in:
Thomas Gebert 2024-12-09 13:11:19 +01:00
parent 10a8fab4b7
commit cb042301c5

View File

@ -0,0 +1,5 @@
[[inputs.exec]]
commands = ["/usr/local/sbin/telegraf-ioping.py -m telegraf -l /mnt/nfs/repo1/testdir"]
timeout = "50s"
interval = "1m"
data_format = "influx"