source: trunk/DataCheck/Cron/crontab.fact1@ 13066

Last change on this file since 13066 was 13056, checked in by Daniela Dorner, 13 years ago
adapted paths in crontab files
File size: 1.3 KB
Line 
1MAILTO=daniela.dorner@unige.ch
2# cronjobs for fact1 alias data
3# check time offset of machine
40 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
5# rsync data from fact2 to fact1
6*/30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
7*/15 * * * * if ! ps aux | grep RsyncAuxLO | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
8# compress data on fact1
921,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
10# check raw data on fact1
1121,42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
12# fill auxiliary data on fact1
1321 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
14# check disk usage for /loc_data
150 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
16# check processlog for WARN and ERROR
1710 0 * * * export AUTOMATIONSETUP="lp.fact"; /home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25/datacenter/scripts/checklogs
Note: See TracBrowser for help on using the repository browser.