mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
increase retention of speedtest data
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user