Influx NO DNS Fix

This commit is contained in:
Mike Reeves
2018-11-30 16:33:53 -05:00
parent 0f28bf6743
commit e47352ec61

View File

@@ -1,3 +1,4 @@
{%- set MASTER = salt['pillar.get']('static:masterip', '') %}
apiVersion: 1
deleteDatasources:
@@ -9,7 +10,7 @@ datasources:
type: influxdb
access: proxy
database: telegraf
url: https://{{ grains.master }}:8086
url: https://{{ MASTER }}:8086
jsonData:
tlsAuth: false
tlsAuthWithCACert: false