4
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Oct 2023
4 points (100.0% liked)
Single Board Computers
1271 readers
1 users here now
A community for the discussion of all single board computers. Raspberry Pi is ok, but there are so many other boards now that get looked over that deserve attention.
Post news, questions, your setups, guides, anything that has to do with SBCs. Server wide rules apply
founded 1 year ago
MODERATORS
It is possible although I'm not sure if I were in your shoes I'd choose this path.
I'd recommend setting up a cron job to ping at Google (for example) every X minutes and dumping the results to a file for later.
For something more like what you're actually trying to do maybe take a look at "uptime-kuma" on GitHub. It seems to fit your needs well.
Yea this is a better idea than what I outlined below, unless you are seeking to learn how to do this sort of thing from scratch.
Good way to learn, but not a great idea if you want to get it working fast...