A weekly server-health one-shot: a shell script that summarizes disk / memory / failed-units / pending updates and emails it
You SSH into your server and run the same five commands every Sunday morning: df -h, free -h, systemctl --failed, apt list --upgradable, lastb. Five minutes of looking around to confirm nothing’s quietly broken. Multiply …