mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
13 lines
328 B
Django/Jinja
13 lines
328 B
Django/Jinja
[[inputs.exec]]
|
|
commands = ["/usr/local/bin/telegraf_speedtest.sh"]
|
|
interval = "30m"
|
|
timeout = "1m"
|
|
name_suffix = "_speedtest"
|
|
data_format = "influx"
|
|
|
|
[[outputs.influxdb]]
|
|
urls = ["http://influxdb.service.consul:{{ influxdb_port }}"]
|
|
database = "homelab"
|
|
retention_policy = "1month"
|
|
namepass = ["*_speedtest"]
|