source: trunk/DataCheck/Cron/crontab.fact1@ 18708

Last change on this file since 18708 was 18703, checked in by Daniela Dorner, 8 years ago
check for errors and warnings only once per day but for connection problems or full disk every hour
File size: 1.1 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.lp.data"
3# cronjobs for fact1 alias data
4# check time offset of machine
50 */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
842 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
1042 * * * * 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
1250 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
13# check global log
14# once per day for ERROR and WARN
1510 0 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh day
16# once per hour for CONNECTION and DISK
1710 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh hour
Note: See TracBrowser for help on using the repository browser.