File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ansible/roles/kube_prometheus_stack/defaults/main Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ kube_prometheus_stack_release_defaults:
110
110
auth : " {{ grafana_auth }}"
111
111
auth.anonymous :
112
112
enabled : " {{ grafana_auth_anonymous }}"
113
+ dashboards :
114
+ default_home_dashboard_path : " /tmp/dashboards/{{ grafana_home_dashboard }}"
113
115
additionalDataSources : " {{ grafana_datasources }}"
114
116
plugins : " {{ grafana_plugins }}"
115
117
nodeSelector :
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ grafana_plugins: []
85
85
# Additional datasources to configure alongside kube-prometheus-stack defaults
86
86
grafana_datasources : []
87
87
88
+ grafana_home_dashboard : 13427.json # node exporter slurm
89
+
88
90
alertmanager_image_tag : v0.27.0
89
91
90
92
node_exporter_image_tag : v1.8.2
You can’t perform that action at this time.
0 commit comments