datasources as cfg: tests for insert/updating datasources

This commit is contained in:
bergquist
2017-10-09 20:36:31 +02:00
parent 39b6c04643
commit 0f29b8ac83
6 changed files with 376 additions and 142 deletions
+30 -28
View File
@@ -1,28 +1,30 @@
# - name: Graphite202
# type: graphite
# access: proxy
# url: http://localhost:8080
# password:
# user:
# database:
# basicAuth:
# basicAuthUser:
# basicAuthPassword:
# withCredentials:
# isDefault: true
# jsonData: {}
# secureJsonFields: {}
# - name: Prometheus
# type: prometheus
# access: proxy
# url: http://localhost:9090
# password:
# user:
# database:
# basicAuth:
# basicAuthUser:
# basicAuthPassword:
# withCredentials:
# isDefault: true
# jsonData: {}
# secureJsonFields: {}
purgeOtherDatasources: false
datasources:
- name: Graphite202
type: graphite
access: proxy
url: http://localhost:8080
password:
user:
database:
basicAuth:
basicAuthUser:
basicAuthPassword:
withCredentials:
isDefault: true
jsonData: {}
secureJsonFields: {}
- name: Prometheus
type: prometheus
access: proxy
url: http://localhost:9090
password:
user:
database:
basicAuth:
basicAuthUser:
basicAuthPassword:
withCredentials:
isDefault: true
jsonData: {}
secureJsonFields: {}