Author: Josuah monitoring suite ================== $ while read line; do $line >/dev/null 2>&1 || logger -cs -p local0.alert -t monitor "$line" & done /dev/null The mails will look like this: ~~~ From: root@mx1.z0.is (Cron Daemon) To: root@mx1.z0.is Subject: Cron monitor-run Date: Mon, 26 Oct 2020 03:35:03 +0000 (UTC) monitower: check-http name=http-suckless host=olor vhost=suckless url=https://home.suckless.z0.is/ monitower: check-mail name=smtp host=olor ip=45.32.148.148 mail=monitor@z0.is monitower: check-mail name=smtp host=olor ip=45.32.148.148 mail=monitor@josuah.net ~~~ If there is a VPN between the production machines and admins laptops or if there is a jump host, then syslog can be configured to forward all local0.alert log events to that host, which can then decide to print them out on the terminal and emmit a beep on local machine to get some /dev/speaker beep sound.