replace smokeping with blackbox

This commit is contained in:
Leon Morten Richter 2023-03-05 15:37:44 +01:00
parent 11b94fe592
commit ee865f5772
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
6 changed files with 341 additions and 342 deletions

View file

@ -78,15 +78,14 @@ services:
- default
restart: unless-stopped
# https://github.com/SuperQ/smokeping_prober
smokeping:
image: quay.io/superq/smokeping-prober:latest
container_name: mikrotik-smokeping-prober
security_opt:
- apparmor:docker-mikrotik-monitoring
command: --config.file=/etc/smokeping/smokeping.yml
blackbox:
image: quay.io/prometheus/blackbox-exporter:latest
container_name: mikrotik-blackbox-exporter
command: --config.file=/config/blackbox.yml
volumes:
- ./smokeping/smokeping.yml:/etc/smokeping/smokeping.yml
- ./blackbox/blackbox.yml:/config/blackbox.yml
networks:
- default
restart: unless-stopped
security_opt:
- apparmor:docker-mikrotik-monitoring