Blackbox exporter

From wikinotes
Revision as of 14:31, 20 February 2022 by Will (talk | contribs) (Will moved page Prometheus blackbox exporter to Blackbox exporter without leaving a redirect)
(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
config syntax https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md
example config https://github.com/prometheus/blackbox_exporter/blob/master/example.yml

Locations

9115 default port
http://localhost:9115 simple web-ui, with sample probe to prometheus.io
${PREFIX}/etc/blackbox_exporter.yml config

Notes

blackbox_exporter install
blackbox_exporter configuration
blackbox_exporter usage
blackbox_exporter debugging