Changeset 18777


Ignore:
Timestamp:
03/02/17 02:18:34 (8 years ago)
Author:
Daniela Dorner
Message:
run FlareAlerts.sh only on daq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunGanymed.sh

    r18772 r18777  
    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
     111                # check result for alerts (on daq only)
     112                if [ "$HOSTNAME" = "daq" ]
     113                then
     114                   `dirname $0`/FlareAlerts.sh
     115                fi
    113116                ;;
    114117           0)   printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
Note: See TracChangeset for help on using the changeset viewer.