Blackbox exporter

From wikinotes
Revision as of 03:27, 16 February 2022 by Will (talk | contribs) (Created page with "Prometheus exporter that probes endpoints over HTTP/HTTPS/DNS/TCP/ICMP. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/prometheus/black...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prometheus exporter that probes endpoints over HTTP/HTTPS/DNS/TCP/ICMP.

Documentation

github https://github.com/prometheus/blackbox_exporter
example config https://github.com/prometheus/blackbox_exporter/blob/master/example.yml

Install

pacman -S prometheus-blackbox-exporter  # Archlinux
pkg install blackbox_exporter           # FreeBSD

Configuration

blackbox seems to be configured both within prometheus.yml and it's own config file.

TBD.