👨💻Network Tools | Monitoring a non SD-WAN Mikrotik site using Uptime Kuma🥑
One of the best self-hosted monitoring tools

Driving SD-WAN Adoption in South Africa
I use Uptime Kuma as I've written about here:
Here is a script for the MikroTik to use for push notification with Uptime Kuma.
{
:local avgRtt;
/tool flood-ping 1.1.1.1 count=10 do={
:if ($sent = 10) do={
:set avgRtt $"avg-rtt"
}
}
/tool fetch url="https://uk.server/api/push/key?status=up&msg=OK&ping=$avgRtt" mode=http;
}
* Ronald works connecting Internet inhabiting things at Fusion Broadband.




