fix telegraf variables in erb conf file, SC-2522
This commit is contained in:
parent
0bcbf398ba
commit
aedcc9e8d2
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
[[outputs.influxdb_v2]]
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = "$INFLUX2_TOKEN"
|
||||
organization = "$INFLUXDB2_ORG"
|
||||
bucket = "$INFLUXDB2_BUCKET"
|
||||
token = <%= @influxdb2_token %>
|
||||
organization = <%= @influxdb2_org %>
|
||||
bucket = <%= @influxdb2_bucket %>
|
||||
insecure_skip_verify = true
|
||||
[outputs.influxdb_v2.tagdrop]
|
||||
influxdb_database = ["*"]
|
||||
[[outputs.influxdb_v2]]
|
||||
urls = ["https://metrics-external-1.sunet.se:8086"]
|
||||
token = "$INFLUX2_TOKEN"
|
||||
organization = "$INFLUXDB2_ORG"
|
||||
bucket = "$INFLUXDB2_BUCKET_PROXY"
|
||||
token = <%= @influxdb2_token %>
|
||||
organization = <%= @influxdb2_org %>
|
||||
bucket = <%= @influxdb2_bucket %>
|
||||
insecure_skip_verify = true
|
||||
tagexclude = ["influxdb_database"]
|
||||
[outputs.influxdb_v2.tagpass]
|
||||
|
|
Loading…
Add table
Reference in a new issue