mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-01-05 08:49:33 +00:00
adds latency monitoring
This commit is contained in:
parent
7cb70f316f
commit
190c82b021
5 changed files with 578 additions and 119 deletions
10
smokeping/smokeping.yml
Normal file
10
smokeping/smokeping.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
targets:
|
||||
- hosts:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
- 9.9.9.9
|
||||
interval: 10s # Duration, Default 1s.
|
||||
network: ip4 # One of ip, ip4, ip6. Default: ip (automatic IPv4/IPv6)
|
||||
protocol: icmp # One of icmp, udp. Default: icmp (Requires privileged operation)
|
||||
size: 56 # Packet data size in bytes. Default 56 (Range: 24 - 65535)
|
||||
Loading…
Add table
Add a link
Reference in a new issue