
canoesscripts: all the files that reside in ~heather/cronjobscripts on canoes

heather_at_ipp: all the files that reside in ~heather/cronjobscripts on ippc18
(note: will also need to be able to run checkexp , lives in tools )

These also live in ~heather/

addstarcheck/addstar.list.txt
autoczar/autoczar.pl
checkreg.pl

this is my crontab file on canoes:

02 8 * * * /home/heather/cronjobscripts/summit_check
02 20 * * * /home/heather/cronjobscripts/summit_check_night
0 * *  * * /home/heather/cronjobscripts/email_test
# 0 * *  * * /home/heather/cronjobscripts/loader_check
#0 * *  * * /home/heather/cronjobscripts/addstar_check
#0 * *  * * /home/heather/cronjobscripts/addstar_check2
10 * *  * * /home/heather/cronjobscripts/regcheck2
30 * *  * * /home/heather/cronjobscripts/regcheck2
50 * *  * * /home/heather/cronjobscripts/regcheck2
15 6 * * * /home/heather/cronjobscripts/checkprocessing
30 6 * * * /home/heather/cronjobscripts/checkprocessing
05 7 * * * /home/heather/cronjobscripts/checkprocessing
#20 * *  * * /home/heather/cronjobscripts/checkloading

(you can see, not everything is running. Also, requires a properly configured
mail to send messages).

Basically, scripts run primarily from canoes, from cronjobscripts, and ssh to
use sql queries, checkexp, or other scripts from ippc18.

Also note: this is a snapshot of my tools, editing/modifying files in here will
not propagate to canoes or ippc18/19...


