braces are the problem?
This commit is contained in:
parent
93e4fe7c37
commit
9e5a7c109c
2 changed files with 5 additions and 7 deletions
|
@ -74,7 +74,5 @@ redis_sentinel_ips:
|
||||||
- 94.176.224.9
|
- 94.176.224.9
|
||||||
- 94.176.224.10
|
- 94.176.224.10
|
||||||
|
|
||||||
#influxdb2_org: SwedenConnect
|
influxdb2_org: SwedenConnect
|
||||||
#influxdb2_bucket: eidas
|
influxdb2_bucket: eidas
|
||||||
influxdb2_org: Test
|
|
||||||
influxdb2_bucket: TestBucket
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[outputs.influxdb_v2]]
|
[[outputs.influxdb_v2]]
|
||||||
urls = ["https://metrics.sunet.se:9999"]
|
urls = ["https://metrics.sunet.se:9999"]
|
||||||
token = "${INFLUXDB2_TOKEN}"
|
token = "$INFLUXDB2_TOKEN"
|
||||||
organization = "${INFLUXDB2_ORG}"
|
organization = "$INFLUXDB2_ORG"
|
||||||
bucket = "${INFLUXDB2_BUCKET}"
|
bucket = "$INFLUXDB2_BUCKET"
|
||||||
|
|
Loading…
Add table
Reference in a new issue