datasource as cfg: basic implementation

This commit is contained in:
bergquist
2017-10-09 19:27:06 +02:00
parent 014f6d5a75
commit 39b6c04643
21 changed files with 9790 additions and 6 deletions

28
conf/datasources.yaml Normal file
View File

@@ -0,0 +1,28 @@
# - 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: {}