Skip to content

Commit d78fe65

Browse files
committed
fix blackbox exporter config for opensearch dashboards
1 parent dc6e023 commit d78fe65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/kolla/config/prometheus/prometheus-blackbox-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ modules:
2727
- expect: "^SSH-2.0-"
2828
icmp:
2929
prober: icmp
30-
http_2xx_os_dashboards:
30+
http_2xx_opensearch_dashboards:
3131
prober: http
3232
timeout: 5s
3333
http:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixed incorrect Opensearch Dashboards Prometheus Blackbox Exporter
5+
configuration.

0 commit comments

Comments
 (0)