Changeset 18772 for trunk/DataCheck/Cron


Ignore:
Timestamp:
02/20/17 21:20:43 (8 years ago)
Author:
Daniela Dorner
Message:
added running FlareAlerts.sh
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.