Hi Brain,
I am running under linux-amd64 and using pre-built binary.
[myuser@infra-prometheus ~]# /usr/local/bin/blackbox_exporter --version
blackbox_exporter, version 0.18.0 (branch: HEAD, revision: 60c86e6ce5a1111f7958b06ae7a08222bb6ec839)
build user: root@53d72328d93f
build date: 20201012-09:46:31
go version: go1.15.2
So far I have seen this error with http modules only.
Below is the configuration for 2 of my most used modules.
http_healthcheck:
prober: http
timeout: 10s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2.0", "HTTP/1.0"]
method: GET
no_follow_redirects: false
fail_if_ssl: false
fail_if_not_ssl: false
tls_config:
insecure_skip_verify: true
preferred_ip_protocol: "ip4"
http_healthcheck_es:
prober: http
timeout: 10s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2.0", "HTTP/1.0"]
fail_if_body_not_matches_regexp: ['green']
method: GET
no_follow_redirects: false
fail_if_ssl: false
fail_if_not_ssl: false
tls_config:
insecure_skip_verify: true
preferred_ip_protocol: "ip4"