mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-10 03:59:41 +00:00
34 lines
707 B
YAML
34 lines
707 B
YAML
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:
|
|
- 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
|