Last change
on this file since 13035 was 13035, checked in by Daniela Dorner, 13 years ago |
moved crontab files to cron directory
|
File size:
1.3 KB
|
Line | |
---|
1 | MAILTO=daniela.dorner@unige.ch
|
---|
2 | # cronjobs for fact1 alias data
|
---|
3 | # check time offset of machine
|
---|
4 | 0 */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
|
---|
9 | 42 * * * * 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
|
---|
11 | 42 * * * * 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
|
---|
13 | 21 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
|
---|
15 | 0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
|
---|
16 | # check processlog for WARN and ERROR
|
---|
17 | 10 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.