mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-01-05 00:39:33 +00:00
replace smokeping with blackbox
This commit is contained in:
parent
11b94fe592
commit
ee865f5772
6 changed files with 341 additions and 342 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue