mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-28 21:09:33 +00:00
adds latency monitoring
This commit is contained in:
parent
7cb70f316f
commit
190c82b021
5 changed files with 578 additions and 119 deletions
|
|
@ -70,3 +70,14 @@ services:
|
|||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
||||
# https://github.com/SuperQ/smokeping_prober
|
||||
smokeping:
|
||||
image: quay.io/superq/smokeping-prober:latest
|
||||
container_name: mikrotik-smokeping-prober
|
||||
command: --config.file=/etc/smokeping/smokeping.yml
|
||||
volumes:
|
||||
- ./smokeping/smokeping.yml:/etc/smokeping/smokeping.yml
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue