Skip to content

Commit f372251

Browse files
committed
fix http config for blackbox exporter
1 parent 26aa707 commit f372251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

puppet/modules/profiles/templates/monitoring/alloy-config.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ discovery.relabel "node_exporter" {
2424
}
2525

2626
prometheus.exporter.blackbox "blackbox" {
27-
config = "{ modules: { http: { prober: http, icmp: {ip_protocol_fallback: false, preferred_ip_protocol: ip4} }, http6: { prober: http, http: { ip_protocol_fallback: false, preferred_ip_protocol: ip6 } } } }"
27+
config = "{ modules: { http: { prober: http, http: {ip_protocol_fallback: false, preferred_ip_protocol: ip4} }, http6: { prober: http, http: { ip_protocol_fallback: false, preferred_ip_protocol: ip6 } } } }"
2828

2929
<% $blackbox_targets.each |$target| { %>
3030
target {

0 commit comments

Comments
 (0)