Mainly add external monitoring of mail server
[distro-setup] / filesystem / etc / cron.d / ian
1 SHELL=/bin/bash
2 PATH=/usr/bin:/bin:/usr/local/bin:/a/exe
3 */10 * * * * iank rootsshsync |& log-once -15 rootsshsync
4 # this goes into bash prompt, does in cron for more efficient shell
5 * * * * * iank system-status |& log-once system-status
6 # If theres any logged errors we didnt handle in 4 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 +4