Add blackbox exporter and HTTP alerts

This commit is contained in:
g4st3r
2026-03-07 20:57:13 +00:00
parent fb855dbbad
commit 7005255aab
4 changed files with 97 additions and 0 deletions

View File

@@ -77,6 +77,14 @@ services:
ports:
- "9633:9633"
blackbox-exporter:
image: prom/blackbox-exporter:v0.25.0
restart: unless-stopped
volumes:
- ./blackbox/blackbox.yml:/etc/blackbox_exporter/config.yml:ro
ports:
- "9115:9115"
volumes:
prometheus-data:
grafana-data: