Setup blackbox for some HTTP monitoring

This commit is contained in:
Jake Howard
2022-12-04 22:11:49 +00:00
parent e89f13b8a9
commit 75862dbaf9
6 changed files with 112 additions and 29 deletions

View File

@ -14,6 +14,12 @@ services:
ports:
- "{{ pve_hosts.forrest.ip }}:9090:9090"
blackbox:
image: prom/blackbox-exporter:latest
restart: unless-stopped
volumes:
- ./blackbox.yml:/etc/blackbox_exporter/config.yml
networks:
prometheus:
external: true