An extremely minimal shell script for displaying OpenBSD server information.
You can see a live example here
Place the stato.sh file on your server. Setup a cronjob to run the script at your desired interval.
doas -u <your-username> crontab -e
then include your set interval setting:
# this example runs stato every 5 mintutes
*/5 * * * * sh /path/to/stato.sh
You can always check that status of your running jobs with:
doas cat /var/cron/log
If you've found anything on this website helpful please consider donating directly to the OpenBSD Project.
A little goes a long way, and the OpenBSD Project is a volunteer-driven software group funded by donations!