IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2015, 11:11:50 AM (11 years ago)
Author:
eugene
Message:

updating changes to ippMonitor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool.pl

    r33814 r37983  
    5555    @stdscienceLabels = @{$pantasks->getLabels("stdscience")};
    5656    @distributionLabels = @{$pantasks->getLabels("distribution")};
    57     @publishingLabels = @{$pantasks->getLabels("publishing")};
     57    # @publishingLabels = @{$pantasks->getLabels("publishing")};
     58    @publishingLabels = @stdscienceLabels;
    5859    checkAllLabels("new");
    5960    printInstructions();
     
    109110sub checkServers {
    110111
    111     my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
     112    # my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
     113    my @servers = ("cleanup", "detrend", "distribution", "pstamp", "registration", "replication", "stdscience", "summitcopy");
    112114    printf("\n+-----------------------------------------------+\n");
    113115    printf("|                      Servers                  |\n");
Note: See TracChangeset for help on using the changeset viewer.