Changeset 18772 for trunk/DataCheck/Cron
- Timestamp:
- 02/20/17 21:20:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact2
r18737 r18772 16 16 2-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 17 17 0 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 18 20 # create quality plots 19 21 5 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh
Note:
See TracChangeset
for help on using the changeset viewer.