source: trunk/DataCheck/crontab.fact1@ 13032

Last change on this file since 13032 was 12934, checked in by Daniela Dorner, 13 years ago
adapted path, changed mailto
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/CheckNTPDate.sh
5# rsync data from fact2 to fact1
6*/30 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncRaw.sh ; fi
7*/15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncAux.sh ; fi
8# compress data on fact1
942 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/ZipRawData.sh ; fi
10# check raw data on fact1
1142 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/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/FillAuxData.sh ; fi
14# check disk usage for /loc_data
150 * * * * /home/fact/SW.automatic.processing/DataCheck/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.