Changeset 39 for trunk/gridctl.php


Ignore:
Timestamp:
Feb 15, 2019, 4:56:31 PM (5 years ago)
Author:
gegorbet
Message:

analType and other minor enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gridctl.php

    r35 r39  
    2424if ( ! $gLink )
    2525{
    26    write_log( "$self: Could not select DB $gDB - " . mysqli_error() );
    27    mail_to_admin( "fail", "Internal Error: Could not select DB $gDB" );
    28    sleep(300);
     26   write_log( "$self: Could not select DB $gDB - " . mysqli_error($gLink) );
     27   //mail_to_admin( "fail", "Internal Error: Could not select DB $gDB" );
     28   mail_to_admin( "fail",
     29      "Internal Error: Could not select DB $gDB $dbhost $guser " );
     30   //sleep(300);
     31   sleep(3);
    2932   exit();
    3033}
     
    10071010   UltraScan job error notification from gridctl.php:
    10081011
    1009    Update Time    :  $updateTime
     1012   Update Time    :  $updateTime  [ now=$now ]
    10101013   GFAC Status    :  $status
    10111014   Cluster        :  $cluster
     
    10501053         break;
    10511054
    1052          $status      = 'DATA';
    1053          break;
     1055//         $status      = 'DATA';
     1056//         break;
    10541057
    10551058      case 'COMPLETED' :
Note: See TracChangeset for help on using the changeset viewer.