This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix Grafana dashboard/datasource label
pull/838/head
Slavi Pantaleev
5 years ago
parent
f0cd294628
commit
3ce9712388
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-grafana/templates/dashboards.yaml.j2
+1
-1
roles/matrix-grafana/templates/datasources.yaml.j2
+ 1
- 1
roles/matrix-grafana/templates/dashboards.yaml.j2
View File
@@ -1,7 +1,7 @@
apiVersion: 1
providers:
- name: {{ matrix_
domain
}} - Dashboards
- name: {{ matrix_
server_fqn_matrix
}} - Dashboards
folder: '' # The folder where to place the dashboards
type: file
allowUiUpdates: true
+ 1
- 1
roles/matrix-grafana/templates/datasources.yaml.j2
View File
@@ -1,7 +1,7 @@
apiVersion: 1
datasources:
- name: {{ matrix_
domain
}} - Prometheus
- name: {{ matrix_
server_fqn_matrix
}} - Prometheus
type: prometheus
# Access mode - proxy (server in the UI) or direct (browser in the UI).
access: proxy
Write
Preview
Loading…
Cancel
Save