--- prometheus_exporter_blackbox_modules: tcp_connect: prober: tcp tcp_tls_connect: prober: tcp tcp: tls: true tls_config: insecure_skip_verify: true http_2xx: prober: http http_tls_2xx: prober: http http: fail_if_not_ssl: true tls_config: insecure_skip_verify: true ssh_banner: prober: tcp tcp: query_response: - expect: "^SSH-2.0-" - send: "SSH-2.0-blackbox-ssh-check" prometheus_exporter_blackbox_modules_extra: {}