Skip to content

Commit 1758905

Browse files
committed
added blackbox dashboard
1 parent fc81f09 commit 1758905

File tree

1 file changed

+6
-0
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+6
-0
lines changed

environments/common/inventory/group_vars/all/grafana.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ grafana_dashboards_default:
3838
- placeholder: DS_PROMETHEUS
3939
replacement: prometheus
4040
revision_id: 3
41+
# blackbox probes
42+
- dashboard_id: 14928
43+
replacements:
44+
- placeholder: DS_PROMETHEUS
45+
replacement: prometheus
46+
revision_id: 6
4147
grafana_dashboards: "{{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
4248

4349
# Configmap names of kube prometheus stack's default dashboards to exclude

0 commit comments

Comments
 (0)