Line | |
---|
1 | MAILTO=daniela.dorner@unige.ch
|
---|
2 | AUTOMATIONSETUP="fact.lp.data"
|
---|
3 | # cronjobs for fact1 alias data
|
---|
4 | # check time offset of machine
|
---|
5 | 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
|
---|
6 | # rsync data from fact2 to fact1
|
---|
7 | */30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
|
---|
8 | */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
|
---|
9 | # compress data on fact1
|
---|
10 | 21,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
|
---|
11 | # check raw data on fact1
|
---|
12 | 21,42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
|
---|
13 | # fill auxiliary data on fact1
|
---|
14 | 21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
|
---|
15 | # check disk usage for /loc_data
|
---|
16 | 0 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
|
---|
17 | # check global log for WARN and ERROR
|
---|
18 | 10 0 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.