Last change
on this file since 18095 was 18081, checked in by Daniela Dorner, 10 years ago |
removed filling of information to DB, as this is done on newdaq now
|
File size:
961 bytes
|
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 | # fill moon information
|
---|
10 | 42 * * * * if ! ps aux | grep FillMoonInfo | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillMoonInfo.sh ; fi
|
---|
11 | # check disk usage for /loc_data
|
---|
12 | 50 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
|
---|
13 | # check global log for WARN and ERROR
|
---|
14 | 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.