IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41024


Ignore:
Timestamp:
Nov 3, 2019, 6:00:27 PM (7 years ago)
Author:
cclin33
Message:

add locahost so no checking nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl

    r41023 r41024  
    292292        } else {
    293293            print "There is a recent Czarpoll iteration already made ($timediff sec ago)\n";
    294             print "* Skipping database queries and entries*\n";
     294            print "* Skipping database queries and entries\n";
    295295            $dbupdate = 0;
    296296        }
     
    345345
    346346        # check nebulous
    347        if($checkneb == 1){
     347        if ($checkneb == 1) {
    348348            print "* Checking Nebulous\n";
    349349            if($dbupdate == 1) {$nebulous->updateClusterSpaceInfo();}
     
    351351            $plotter0->plotDiskUsageHistogram();
    352352            $plotter0->plotDiskUsageHistogramLarge();
    353             if($dbupdate == 1) {updateServerStatus();}
    354        }
    355        else {print "* Locahost, so no checking nebulous\n";}
     353        }
     354        else {
     355            print "* Locahost, so no checking nebulous\n";
     356        }
     357
     358        # check pantasks status
     359        if($dbupdate == 1) {updateServerStatus();}
    356360
    357361        # check pantasks dates
Note: See TracChangeset for help on using the changeset viewer.