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

### Modified for this case - need to monitor multiple domain which is dynamic resolve to different instance - instance handle multiple certificate and distinguish with SNI To monitor more...

This replaces the method of resolving the IP and then munging the URL, with essentially the other way around. It puts the desired hostname in the URL, then uses a...

I would like to set gRPC metadata config as follow like HTTP prober supports headers config. ```yaml grpc: prober: grpc grpc: tls: true preferred_ip_protocol: "ip4" metadata: Origin: example.com ``` Does...

Hi, I would like to set up a dynamic configuration for Blackbox exporter within k8s. With Prometheus, you can load configuration files from a path on the disk, for example:...

### Host operating system: output of `uname -a` `Linux XXX 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` ### blackbox_exporter version: output of `blackbox_exporter --version`...

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

### Host operating system: output of `uname -a` ```Linux monitor-host 5.3.18-3-pve #1 SMP PVE 5.3.18-3 (Tue, 17 Mar 2020 16:33:19 +0100) x86_64 x86_64 x86_64 GNU/Linux``` ### blackbox_exporter version: output of...

We use Let's Encrypt and specifically request[1] the "ISRG Root X1" certificate _only_ in our preferred chain, in order to preserve compatibility with some older OpenSSL clients that have the...

Hello, I'm currently using Blackbox exporter and I need to expose endpoints though Unix Sockets. This could be useful for many people because we can set file ACLs on Unix...

As per https://github.com/prometheus/blackbox_exporter/pull/784/files#diff-fe44f09c4d5977b5f5eaea29170b6a0748819c9d02271746a20d81a5f3efca17, OAuth2 support was released in 0.19.0. However, I couldn't find any relevant code in the code base. Is it expected to work? If so, it would be...