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

Added documention for previously undocumented `username_file` feature: https://github.com/prometheus/common/blob/36303a8f9dfc03d9f6d2048225e5ae5168bb5732/config/http_config.go#L343

It is easier than ever to do in 2024! You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).

### Host operating system: RHEL8 ### blackbox_exporter version: 0.24.1 Within the utils.go the blackbox_exporter tries to resolve the ip address of the target. https://github.com/prometheus/blackbox_exporter/blob/master/prober/utils.go#L34 can there be a config param...

### Host operating system: output of `uname -a` Windows Server 21H2 ### blackbox_exporter version: output of `blackbox_exporter --version` 0.25.0 / 2024-04-09 ### What is the blackbox.yml module config. standard ###...

### Host operating system: centos9 arm64 ### blackbox_exporter version: v0.25.0 ### What is the prometheus.yml scrape config. - job_name: 'blackbox-exporter' scheme: 'https' tls_config: ca_file: /etc/prometheus/certs/ca.crt cert_file: /etc/prometheus/certs/server.crt key_file: /etc/prometheus/certs/server.key insecure_skip_verify:...

For monitoring DNSSEC status it would be useful to have metrics for the [RRSIG Signature Expiration and Signature Inception](https://www.rfc-editor.org/rfc/rfc4034.html#section-3.1) fields, e.g. to enable alerting in case records are close to...

This adds reporting of the DNSSEC OK flag. Ref #551 ⚠️ Does not currently work. Probably missing something in the request to opt-in to EDNS0.

This adds reporting of the Authenticated Data flag, indicating whether the resolver thinks the resource is properly signed with DNSSEC. Hopefully useful for monitoring DNSSEC status. Ref #551

Today it is troublesome to use Blackbox to monitor a bunch of DNS names that you want to check always resolve and alert if they fail, because there is a...

This is a kind of suggestion (or maybe an weak feature request). Now we have 'source_ip_address' option for various probers. I think it's useful to add a configration option to...