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:
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 :
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ grafana_plugins: []
8585# Additional datasources to configure alongside kube-prometheus-stack defaults
8686grafana_datasources : []
8787
88+ grafana_home_dashboard : 13427.json # node exporter slurm
89+
8890alertmanager_image_tag : v0.27.0
8991
9092node_exporter_image_tag : v1.8.2
You can’t perform that action at this time.
0 commit comments