this post was submitted on 21 Mar 2024
8 points (90.0% liked)

homelab

6391 readers
17 users here now

founded 4 years ago
MODERATORS
 

Hi folks,

I seem to be having some internet connectivity issues lately and I would like to monitor my access to the internet. I have a homelab and was wondering whether someone had perhaps something like a docker container which pings a custom website every so often and plots a timescale of when the connection was successful and when it was not.

Or perhaps you have another suggestion? I know of dashboards like grafana but I don't know whether they can be configured to actually generate that data or whether they rely on a third party to feed them. Thanks!

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

Checkout Uptime Kuma, i use that to check if my public facing docker containers is reachable.

I also use Healthchecks to monitor and notify me if my server goes down

[โ€“] TheHobbyist 2 points 5 months ago

Thank you, your suggestion is exactly what I was after.