MAILTO=dorner@astro.uni-wuerzburg.de AUTOMATIONSETUP="fact.lp.data" # cronjobs for fact1 alias data # check time offset of machine 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh # compress data */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 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 # (moved to newdaq) ## check raw data on fact1 #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 #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 # fill auxiliary data #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 #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 # fill moon information 42 * * * * if ! ps aux | grep FillMoonInfo | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillMoonInfo.sh ; fi # check disk usage for /loc_data 50 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh # check global log for WARN and ERROR 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckLogs.sh