this post was submitted on 22 Jul 2023
18 points (95.0% liked)

Self Hosted - Self-hosting your services.

14519 readers
30 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

I suffer several micro cuts a day since a couple weeks. I'd like to monitor these cuts to help diagnose the issue with my ISP.

Is there any docker image that allows to do this ? I only found internet speed monitoring.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 9 points 2 years ago (1 children)

I'm curious to see what others use, but I've been using Uptime Kuma for this purpose at several different sites I manage. I run Uptime Kuma on a VPS and locally on site. I have the local instance monitoring the router, gateway, DNS, and several other internal and external devices. I also have the local instance do a "push" check-in on my VPS instance. This gives me a pretty holistic view of things.

[โ€“] [email protected] 4 points 2 years ago

Interesting. Might try that. Thank you.