prometheus-blackbox-exporter
Blackbox prober for Prometheus
Install
- All systems
-
curl cmd.cat/prometheus-blackbox-exporter.sh
- Debian
-
apt-get install prometheus-blackbox-exporter
- Ubuntu
-
apt-get install prometheus-blackbox-exporter
- Arch Linux
-
pacman -S prometheus-blackbox-exporter
- Kali Linux
-
apt-get install prometheus-blackbox-exporter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prometheus-blackbox-exporter
- Raspbian
-
apt-get install prometheus-blackbox-exporter
- Dockerfile
- dockerfile.run/prometheus-blackbox-exporter
prometheus-blackbox-exporter
Blackbox prober for Prometheus
The blackbox exporter allows blackbox probing of network endpoints over HTTP, HTTPS, DNS, TCP and ICMP. Additional modules can be defined to suit other needs. Querying of endpoints happens via HTTP GET queries, by specifying the target name and what kind of probing to execute. Results from the probe are returned as a set of Prometheus metrics.