added first draft
This commit is contained in:
15
grafana/provisioning/dashboards/influxdb.yml
Normal file
15
grafana/provisioning/dashboards/influxdb.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb:8086
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: ${DOCKER_INFLUXDB_INIT_ORG}
|
||||
defaultBucket: ${DOCKER_INFLUXDB_INIT_BUCKET}
|
||||
tlsSkipVerify: true
|
||||
secureJsonData:
|
||||
token: ${DOCKER_INFLUXDB_INIT_ADMIN_TOKEN}
|
||||
isDefault: true
|
||||
9
grafana/provisioning/datasources/dashboards.yml
Normal file
9
grafana/provisioning/datasources/dashboards.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: "Default"
|
||||
orgId: 1
|
||||
folder: ""
|
||||
type: file
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
Reference in New Issue
Block a user