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

This is a logical continuation of #262. It requires https://github.com/prometheus/common/pull/284. Signed-off-by: Ivan Babrou

This is a feature request. In this context I use the word "certificates" to mean three different things: a CA certificate, a client certificate and its corresponding client key file....

feature-request

this is my deployment.yaml ```yaml kind: Deployment apiVersion: extensions/v1beta1 metadata: name: blackbox-exporter namespace: kube-system labels: app: blackbox-exporter annotations: deployment.kubernetes.io/revision: 1 spec: replicas: 1 selector: matchLabels: app: blackbox-exporter template: metadata: labels:...

Currently the result history is stored globally across all probes. This means that if there is one target that is constantly failing, and one that only fails occasionally, the failing...

### Host operating system: output of `uname -a` Builder image for go (Docker): golang:1.15.5-buster ### blackbox_exporter version: output of `blackbox_exporter -version` No success, `make` failed with error ### What is...

help wanted

If verification is disabled, there won't get any chains to verify, and a timestamp value cannot be produced. Skip the metric altogether. Fixes #653

Hi. I'm trying to monitor a URL but I get "local error: tls: no renegotiation" even with "insecure_skip_verify: true" set. What can I do? ### Host operating system: output of...

### Env description BlackBox and prometheus are runs on kubernetes Blackbox container : prom/blackbox-exporter:v0.17.0 Prometheus container : prom/prometheus:v2.20.1 Blackbox runs in replicaSet of 5 and has k8s service on front...

I don't know how easy this can be accomplished. But after having support for DNS-over-TLS (#643) probes, it might be convenient to also be able to probe [DNSCrypt](https://dnscrypt.info/protocol) endpoints.

### Host operating system: output of `uname -a` Linux db6787aaa499 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 GNU/Linux ### blackbox_exporter version: output of `blackbox_exporter -version` 0.16.0 ###...

help wanted
feature-request