I pay someone in Nairobi to check my shop's server weekly. Cheaper than my time and he WhatsApps me a screenshot of what changed. Low tech but my uptime is better than when I used fancy tools I didn't understand.
What do you use for configuration drift detection?
tomhider said:
My inbox died
In France we have this saying: the best tool is the one you will actually use. For my Bordeaux VPS I just set up a simple cron with aide, it emails once a week with a summary. Not instant but I don't need instant for a personal site.
FyreJun said:
Posts to a private Matrix room
tomhider said:
Just like git diff piped to curl
I tried OSQuery for this on my home server. Massive overkill. Felt like bringing a Kubernetes to a knife fight. Uninstalled after a week.
ben20 said:
Etckeeper
worst bandwidth, best stories
ben20 said:
Etckeeper
FyreJun said:
I use git diff --stat to keep it short, and a simple if ; then curl with the text.
learning on $5 VPS and prayers
sarahjey said:
I just need to not forget what I changed
RAM is just fast disk, right?
For my inference boxes in San Jose I use a slightly cursed solution: I snapshot the NVMe with dd to a cheap USB drive before any big change. If I drift too far I just dd back. 15 minutes to restore, zero config management overhead. Not recommended for production.
CUDA cores are my love language