change blackbox exporter http module
- version number for http/2.0 was incorrect
This commit is contained in:
parent
b60e7401b0
commit
859ea6fde1
1 changed files with 10 additions and 6 deletions
|
@ -258,15 +258,19 @@ in {
|
||||||
modules:
|
modules:
|
||||||
http_basic:
|
http_basic:
|
||||||
prober: http
|
prober: http
|
||||||
timeout: 5s
|
timeout: 15s
|
||||||
http:
|
http:
|
||||||
preferred_ip_protocol: ip4
|
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
|
method: GET
|
||||||
# fail_if_ssl: false
|
tls_config:
|
||||||
# fail_if_not_ssl: true
|
insecure_skip_verify: true
|
||||||
# tls_config:
|
|
||||||
# insecure_skip_verify: true
|
|
||||||
tcp_connect:
|
tcp_connect:
|
||||||
prober: tcp
|
prober: tcp
|
||||||
tcp:
|
tcp:
|
||||||
|
|
Loading…
Add table
Reference in a new issue