source: trunk/DataCheck/Cron/crontab.fact2@ 17573

Last change on this file since 17573 was 17523, checked in by Daniela Dorner, 11 years ago
optimized times for QLA, added cron for quality plots, removed nice and ionice
File size: 2.3 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.lp.data"
3# cronjobs for fact2 alias daq
4## check network status
5#*/15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
6# check time offset of machine
70 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
8# check disk usage for /loc_data
90 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
10# rsync auxfiles from newdaq via daq to data
11*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
12# first step of the QLA: rsync newdaq->daq, sequ writing, callisto, star
13*/5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
140 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
15# second step of the QLA: ganymed on run-basis
16*/5 19-23,0-7 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
170 8-18 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
18# fill information from star and ganymed to DB
191-59/5 19-23,0-7 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
2030 8-18 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
21# third step of the QLA: creating lightcurves for the webpage
222-59/5 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
230 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
24# create quality plots
250 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
26# backup of the QLA results to newdaq
270 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note: See TracBrowser for help on using the repository browser.