better alerts
[distro-setup] / filesystem / etc / cron.d / ian
1 SHELL=/bin/bash
2 */10 * * * * iank /a/exe/rootsshsync 2>&1 | /usr/local/bin/log-once -15 rootsshsync
3 # this goes into bash prompt, does in cron for more efficient shell
4 * * * * * iank /a/exe/system-status 2>&1 | /usr/local/bin/log-once system-status
5 2 * * * * iank /a/exe/check-remote-mailqs 2>&1 | /usr/local/bin/log-once check-remote-mailqs
6 # If theres any logged errors we didnt handle in 5 days, maybe we accidentally missed them,
7 # so report if we did
8 4 9 * * 5 root find /var/local/cron-errors /home/iank/cron-errors -type f -mtime +5