Changeset 18772
- Timestamp:
- 02/20/17 21:20:43 (8 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 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 -
trunk/DataCheck/QuickLook/RunGanymed.sh
r18664 r18772 109 109 case $check1 in 110 110 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 111 113 ;; 112 114 0) printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
Note:
See TracChangeset
for help on using the changeset viewer.