Changeset 18772 for trunk/DataCheck


Ignore:
Timestamp:
02/20/17 21:20:43 (8 years ago)
Author:
Daniela Dorner
Message:
added running FlareAlerts.sh
Location:
trunk/DataCheck
Files:
2 edited

Legend:

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

    r18737 r18772  
    16162-59/5 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
    17170 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
     18# check for flares
     19*/5 19-23,0-7 * * * if ! ps aux | grep FlareAlerts | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/FlareAlerts.sh ; fi
    1820# create quality plots
    19215 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
  • trunk/DataCheck/QuickLook/RunGanymed.sh

    r18664 r18772  
    109109        case $check1 in
    110110           1)   printprocesslog "INFO filling numevts.C was successfully for "$ganymedfile" and table "$resulttable1" (check1=$check1)"
     111                # check result for alerts
     112                `dirname $0`/FlareAlerts.sh
    111113                ;;
    112114           0)   printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
Note: See TracChangeset for help on using the changeset viewer.