increase retention of speedtest data

This commit is contained in:
Nathaniel Landau
2022-04-25 11:42:02 -04:00
parent bc18f64373
commit c5921c9aa4

View File

@@ -4,3 +4,9 @@
timeout = "1m" timeout = "1m"
name_suffix = "_speedtest" name_suffix = "_speedtest"
data_format = "influx" data_format = "influx"
[[outputs.influxdb]]
urls = ["http://influxdb.service.consul:{{ influxdb_port }}"]
database = "homelab"
retention_policy = "1month"
namepass = ["*_speedtest"]