network-monitor/grafana/provisioning/datasources/datasource.yml

34 lines
707 B
YAML
Raw Normal View History

apiVersion: 1
# list of datasources that should be deleted from the database
deleteDatasources:
- name: prometheus
orgId: 1
# list of datasources to insert/update depending
# whats available in the database
datasources:
2021-07-05 13:52:48 +00:00
- name: prometheus
type: prometheus
access: proxy
orgId: 1
url: http://prometheus:9090
password:
user:
database:
basicAuth: true
basicAuthUser: admin
basicAuthPassword: foobar
withCredentials:
isDefault:
jsonData:
graphiteVersion: "1.1"
tlsAuth: false
tlsAuthWithCACert: false
secureJsonData:
tlsCACert: "..."
tlsClientCert: "..."
tlsClientKey: "..."
version: 1
editable: true