本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix Grafana dashboard/datasource label
pull/838/head
Slavi Pantaleev
5 年之前
父節點
f0cd294628
當前提交
3ce9712388
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
統一視圖
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
查看文件
@@ -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
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存