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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue