change blackbox exporter http module

- version number for http/2.0 was incorrect
This commit is contained in:
Sam 2025-02-24 20:22:14 +00:00
parent b60e7401b0
commit 859ea6fde1

View file

@ -258,15 +258,19 @@ in {
modules:
http_basic:
prober: http
timeout: 5s
timeout: 15s
http:
preferred_ip_protocol: ip4
valid_http_versions: ["HTTP/1.1", "HTTP/2"]
fail_if_not_ssl: false
fail_if_ssl: false
no_follow_redirects: false
valid_http_versions:
- HTTP/2
- HTTP/2.0
- HTTP/1.1
method: GET
# fail_if_ssl: false
# fail_if_not_ssl: true
# tls_config:
# insecure_skip_verify: true
tls_config:
insecure_skip_verify: true
tcp_connect:
prober: tcp
tcp: