Last change
on this file since 17673 was 17621, checked in by Daniela Dorner, 11 years ago |
adapted times to be faster informed about full disks
|
File size:
1.7 KB
|
Line | |
---|
1 | MAILTO=dorner@astro.uni-wuerzburg.de
|
---|
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 | # compress data
|
---|
7 | */5 19-23,0-7 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
|
---|
8 | 42 8-18 * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
|
---|
9 | # (moved to newdaq)
|
---|
10 | ## check raw data on fact1
|
---|
11 | #2-59/5 19-23,0-7 * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
|
---|
12 | #21 8-18 * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
|
---|
13 | # fill auxiliary data
|
---|
14 | #3-59/5 19-23,0-7 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
|
---|
15 | #21 8-18 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
|
---|
16 | # fill moon information
|
---|
17 | 42 * * * * if ! ps aux | grep FillMoonInfo | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillMoonInfo.sh ; fi
|
---|
18 | # check disk usage for /loc_data
|
---|
19 | 50 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
|
---|
20 | # check global log for WARN and ERROR
|
---|
21 | 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.