Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
overmind
/
matrix-docker-ansible-deploy
Mirror von
https://github.com/spantaleev/matrix-docker-ansible-deploy
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
Fix Grafana dashboard/datasource label
pull/838/head
Slavi Pantaleev
vor 5 Jahren
Ursprung
f0cd294628
Commit
3ce9712388
2 geänderte Dateien
mit
2 neuen
und
2 gelöschten
Zeilen
Gesamtansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+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
Datei anzeigen
@@ -1,7 +1,7 @@
apiVersion: 1
apiVersion: 1
providers:
providers:
- name: {{ matrix_
domain
}} - Dashboards
- name: {{ matrix_
server_fqn_matrix
}} - Dashboards
folder: '' # The folder where to place the dashboards
folder: '' # The folder where to place the dashboards
type: file
type: file
allowUiUpdates: true
allowUiUpdates: true
+ 1
- 1
roles/matrix-grafana/templates/datasources.yaml.j2
Datei anzeigen
@@ -1,7 +1,7 @@
apiVersion: 1
apiVersion: 1
datasources:
datasources:
- name: {{ matrix_
domain
}} - Prometheus
- name: {{ matrix_
server_fqn_matrix
}} - Prometheus
type: prometheus
type: prometheus
# Access mode - proxy (server in the UI) or direct (browser in the UI).
# Access mode - proxy (server in the UI) or direct (browser in the UI).
access: proxy
access: proxy
Verfassen
Vorschau
Laden…
Abbrechen
Speichern