Ignore:
Timestamp:
02/04/13 06:05:38 (12 years ago)
Author:
Daniela Dorner
Message:
changed MAILTO, added automatic analysis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact2

    r13056 r14843  
    1 MAILTO=daniela.dorner@unige.ch
     1MAILTO=dorner@astro.uni-wuerzburg.de
     2AUTOMATIONSETUP="fact.lp.data"
    23# cronjobs for fact2 alias daq
    34# check network status
     
    78# check disk usage for /loc_data
    890 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
     10# rsync auxfiles from newdaq via daq to data
     11*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
     12# first step of the automatic analysis (rsync newdaq->daq, sequ writing, callisto, star)
     13*/15 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
     140 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
     15# second step of the automatic analysis (ganymed in different time ranges)
     16*/10 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
     170 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.