Blackbox_exporter 监控实现
· 阅读需 3 分钟
Blackbox_exporter 监控实现
https://prometheus.io/download/#blackbox_exporter
HTTP/HTTPS : URL/API 可用性检测
TCP :端口监听检测
ICMP :主机存活检测
DNS :域名解析
部署 blackbox exporter
wget https://github.com/prometheus/blackbox_exporter/releases/download/v0.19.0/blackbox_exporter-0.19.0.linux-amd64.tar.gz
tar xf blackbox_exporter-0.19.0.linux-amd64.tar.gz
ln -sv /apps/blackbox_exporter-0.19.0.linux-amd64 /apps/blackbox_exporter