Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
modules:
http_2xx_external:
prober: http
http:
preferred_ip_protocol: "ip4"

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ prometheus_blackbox_exporter_endpoints_custom: |
# - name:module:endpoint
# for example
# - stackhpc:http_2xx:https://stackhpc.com:443
stackhpc_prometheus_blackbox_exporter_endpoints_custom: []
stackhpc_prometheus_blackbox_exporter_endpoints_custom:
- ubuntu-archive:http_2xx_external:https://archive.ubuntu.com

stackhpc_prometheus_blackbox_exporter_endpoints_default:
# Backend endpoints
Expand Down
Loading