Skip to content

Commit 934ec7a

Browse files
committed
set default dashboard to slurm exporter
1 parent 7e1370d commit 934ec7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/roles/kube_prometheus_stack/defaults/main/helm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ kube_prometheus_stack_release_defaults:
110110
auth: "{{ grafana_auth }}"
111111
auth.anonymous:
112112
enabled: "{{ grafana_auth_anonymous }}"
113+
dashboards:
114+
default_home_dashboard_path: "/tmp/dashboards/{{ grafana_home_dashboard }}"
113115
additionalDataSources: "{{ grafana_datasources }}"
114116
plugins: "{{ grafana_plugins }}"
115117
nodeSelector:

ansible/roles/kube_prometheus_stack/defaults/main/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ grafana_plugins: []
8585
# Additional datasources to configure alongside kube-prometheus-stack defaults
8686
grafana_datasources: []
8787

88+
grafana_home_dashboard: 13427.json # node exporter slurm
89+
8890
alertmanager_image_tag: v0.27.0
8991

9092
node_exporter_image_tag: v1.8.2

0 commit comments

Comments
 (0)