We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc81f09 commit 1758905Copy full SHA for 1758905
environments/common/inventory/group_vars/all/grafana.yml
@@ -38,6 +38,12 @@ grafana_dashboards_default:
38
- placeholder: DS_PROMETHEUS
39
replacement: prometheus
40
revision_id: 3
41
+ # blackbox probes
42
+ - dashboard_id: 14928
43
+ replacements:
44
+ - placeholder: DS_PROMETHEUS
45
+ replacement: prometheus
46
+ revision_id: 6
47
grafana_dashboards: "{{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
48
49
# Configmap names of kube prometheus stack's default dashboards to exclude
0 commit comments