source: trunk/DataCheck/Cron/crontab.newdaq@ 18433

Last change on this file since 18433 was 18084, checked in by Daniela Dorner, 10 years ago
moved new versions of scripts to standard
File size: 1.4 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.lp.data"
3# cronjobs for newdaq
4# check time offset of machine
50 */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
821 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
101-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
1121 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
1350 * * * * /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.