I know dashboards are super trendy, but I’d love to hear from those who are not using them. I personally use FreshRSS to keep track of as much as possible, along with Uptime Kuma and plain old bookmarks. Perhaps there is a better overview solution, but I also love filtering what I see to not feel overwhelmed. or spammed, by information.
I don’t see how people can go without using dashboards. Considering I’m in America, I use them just about any time I go anywhere, as nearly all automobiles have them.
Real answer: I just have a script that updates everything. I run it manually when stuff needs updating. If a service goes down, I notice when it’s not accessible.
Never used a dashboard… I just manage my services on the cli with plain docker commands.
Can you hear the fan? If no, it’s probably fine.
Oh man, I thought it was “just” me 🤣 To be fair, the light counts as well (Qnap).
service still up = no problem
Can’t access service = problem, better ssh inSimple as
If a service falls in a server and no one is around to hear it, does it actually matter?
let us learn quantum mechanics
Great way to find services you really don’t need to be running.
Restart-always
Then avoid looking at your log files
ssh only after a reboot doesn’t solve the problem, of course
Well, I ssh in to reboot, so.
i am un-admining. free-range artisanal services wherever i happen to drop them. hell i don’t even know what’s running and what’s not until i try to access something.
i manage tech all day so my home tech is nothing but abject chaos and i’m ok with that. i have backups and i can go without if needed.
i am un-admining
Pretty much this. I just manually handle stuff when needed. I already work at IT so this feels quite liberating, the last thing I want is to annoy myself more, and the stuff I manage is not Critical™.
Set of cron jobs that check services, then send a Matrix message if there’s an issue.
For the cron jobs, I pipe
stderr
to another script that watches those and does the same.If all fails, and internet is unavailable and the router crashes, a Pi will toggle a relay, cutting and resupplying power.
If something goes down my kids will be a more immediate and annoying alerting tool than anything I’ve used professionally.
I just use Homepage as a bookmark/landing page so I remember what containers/services I have up and running so that I don’t need to check via terminal/portainer. Portainer/docker-compose files for managing services and that’s pretty much it. If I was using a dashboard I feel like I’d be wasting more time on an already time consuming hobby.
I have just reduced the number of services to the couple I actually use, which I mostly remember exist. I have my own domain, so each service is service.mydomain.tld
Same for me. I use most of my services multiple times a week, so I find out pretty quickly if one isn’t working.
Same here 🙂 Last 3 times, things have broken because zfs raid on usb-connected DAS is not a great idea 😅😅
Even though Level1Tech said it works 😶🫣 https://youtu.be/GmQdlLCw-5k from 11:11 . Maybe terramaster use bad usb chipset.
If I had time to make dashboards, I wouldn’t waste it making dashboards. Most of the stuff I have just works without a lot of attention, and that’s the way I like it.
I just wait for someone to scream if it breaks.
Users, monitoring your services for free since internet exists
I’m not, really. I run docker-compose and it runs. That’s it.
I just simply dont monitor most things. I do have a few things such as low disk space and failed backups. They are just simple shell scripts that send me an ntfy message when there is a problem.