Image Overview: prometheus-blackbox-exporter

Overview: prometheus-blackbox-exporter Chainguard Image

Prometheus blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP, ICMP and gRPC.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/prometheus-blackbox-exporter:latest

Usage

The easiest way to install the Prometheus Blackbox exporter is to use the Helm chart.

$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update
$ helm install blackbox-exporter prometheus-community/prometheus-blackbox-exporter \
 --set image.registry=cgr.dev \
 --set image.repository=chainguard/prometheus-blackbox-exporter \
 --set image.tag=latest

For more detail, please refer to the Blackbox exporter documentation.

Last updated: 2024-04-11 12:38