Last change
on this file since 19493 was 18084, checked in by Daniela Dorner, 10 years ago |
moved new versions of scripts to standard
|
File size:
1.4 KB
|
Line | |
---|
1 | MAILTO=dorner@astro.uni-wuerzburg.de
|
---|
2 | AUTOMATIONSETUP="fact.lp.data"
|
---|
3 | # cronjobs for newdaq
|
---|
4 | # check time offset of machine
|
---|
5 | 0 */6 * * * /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
|
---|
6 | # check raw data and fill information to DB
|
---|
7 | */5 19-23,0-7 * * * 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
|
---|
8 | 21 8-18 * * * 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
|
---|
9 | # fill auxiliary data
|
---|
10 | 1-59/5 19-23,0-7 * * * 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
|
---|
11 | 21 8-18 * * * 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
|
---|
12 | # check disk usage for /loc_data
|
---|
13 | 50 * * * * /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
|
---|
14 | # check network status
|
---|
15 | */15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.