Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
overmind
/
matrix-docker-ansible-deploy
mirror da
https://github.com/spantaleev/matrix-docker-ansible-deploy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix Grafana dashboard/datasource label
pull/838/head
Slavi Pantaleev
5 anni fa
parent
f0cd294628
commit
3ce9712388
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi 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
Vedi 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
Scrivi
Anteprima
Caricamento…
Annulla
Salva