blackbox_exporter icon indicating copy to clipboard operation
blackbox_exporter copied to clipboard

Blackbox prober exporter

Results 211 blackbox_exporter issues
Sort by recently updated
recently updated
newest added

None of my static targets are resolving - Logs for the probe: ts=2023-03-18T02:38:31.296004448Z caller=main.go:181 module=http_2xx target=https://example.com level=info msg="Beginning probe" probe=http timeout_seconds=4.5 ts=2023-03-18T02:38:31.297018411Z caller=http.go:327 module=http_2xx target=https://example.com level=info msg="Resolving target address" target=example.com...

Add an option to http_probe for query parameters. For my use case I need to probe an API that takes in the API key as a query parameter. Normally, query...

Hi, a few days ago we got scrape_config_files in Prometheus 2.43.0, which is great for splitting up the config file and making it more maintainable and readable. Is it possible...

Hello I do a regex to check the body but I can't when I add an alphanumeric character. I have in my body AX/4.0.13 200 ok, If I put in...

Is there any facility available to read HTTPS post headers & body using a file ? Related Issue: [https://github.com/prometheus/blackbox_exporter/issues/1038](https://github.com/prometheus/blackbox_exporter/issues/1038)

### Host operating system: output of `uname -a` Ubuntu 22.04.1 LTS ### blackbox_exporter version: output of `blackbox_exporter --version` Docker Image v.0.23.0 blackbox_exporter, version 0.23.0 (branch: HEAD, revision: 26fc98b9c6db21457653ed752f34d1b7fb5bba43) build user:...

To catch certs expiring from intermediate redirection steps with a usefull time to react it would be crucial to have a metric that contains **the earliest time the last chain...

### Host operating system: output of `uname -a` FreeBSD prom.xxx 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64 ### blackbox_exporter version: output of `blackbox_exporter --version` blackbox_exporter, version (branch: , revision: ) build user:...

Hi, I am doing icmp probe every second for both domain name and IP addresses. The issue that I see is that whether I put IP or DNS name, the...

### Host operating system: output of `uname -a` ### blackbox_exporter version: output of `blackbox_exporter --version` ### What is the blackbox.yml module config. ``` modules: http_2xx: http: follow_redirects: true preferred_ip_protocol: ip4...