このサイトは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行の削除
ユニファイド表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
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
ファイルの表示
@@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存