updated telegraf url

This commit is contained in:
Erik Bergström 2023-12-01 14:31:04 +01:00
parent bd1a0b60dc
commit 3e302ac36c
No known key found for this signature in database
GPG key ID: 49A4251C96E0A9D4

View file

@ -1,5 +1,5 @@
[[outputs.influxdb_v2]]
urls = ["https://influx-1.sunet.se:8086"]
urls = ["https://metrics-external-1.sunet.se:8086"]
token = "$INFLUX2_TOKEN"
organization = "$INFLUXDB2_ORG"
bucket = "$INFLUXDB2_BUCKET"
@ -7,7 +7,7 @@
[outputs.influxdb_v2.tagdrop]
influxdb_database = ["*"]
[[outputs.influxdb_v2]]
urls = ["https://influx-1.sunet.se:8086"]
urls = ["https://metrics-external-1.sunet.se:8086"]
token = "$INFLUX2_TOKEN"
organization = "$INFLUXDB2_ORG"
bucket = "$INFLUXDB2_BUCKET_PROXY"