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

We had some troubles identifying why a specific HTTP probe with a `fail_if_body_matches_regexp` did not work for a specific website. In the end, the website started to deliver compressed data,...

Each time I need to use debug level for logging I need to go read the code. It would be nice if those options would be included in the documentation....

Building and maintaining software nowadays require companies to take care of hundreds or thousands of VMs running across multiple regions and a reliable network connection is vital. To be able...

Currently, blackbox configuration only supports passing header values in as strings. It would be nice if we could pass in header values as a file, for cases where the header...

Hello, I offer you to add UNIX socket support on the blackbox project, for the same reasons as mentioned in https://github.com/google/mtail/pull/327. this feature can be useful to many people. Thanks

### Host operating system: output of `uname -a` `Darwin san-kjoll-mbpro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64 ` ### blackbox_exporter version: output of `blackbox_exporter...

Hi, I'm using module smtp_starttls to implement Nagios check_smtp. - job_name: check_smtp metrics_path: /probe params: module: [smtp_starttls] static_configs: - targets: - 10.1.1.1:25 relabel_configs: - source_labels: [__address__] target_label: __param_target - source_labels:...

### Host operating system: output of `uname -a` Linux monitor 5.10.0-14-cloud-arm64 #1 SMP Debian 5.10.113-1 (2022-04-29) aarch64 GNU/Linux ### blackbox_exporter version: output of `blackbox_exporter --version` blackbox_exporter, version 0.20.0 (branch: HEAD,...

We are using blackbox exporter as a library, in a kubernetes cluster, and some of our targets are specified by other teams, or even our customers. We would like to...