IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28157


Ignore:
Timestamp:
May 28, 2010, 9:00:33 AM (16 years ago)
Author:
rhenders
Message:

Using new script names (prefixed with 'czartool_'); added 'update' server to list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool.pl

    r28019 r28157  
    1616if (!$db) {die;}
    1717
    18 my @stdscienceLabels = `getLabels.pl -s stdscience`;
    19 my @distributionLabels = `getLabels.pl -s distribution`;
     18my @stdscienceLabels = `czartool_getLabels.pl -s stdscience`;
     19my @distributionLabels = `czartool_getLabels.pl -s distribution`;
    2020
    2121checkAllLabels("new");
     
    135135sub checkServers {
    136136
    137     my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "publishing", "registration", "replication", "stdscience", "summitcopy");
     137    my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
    138138    printf("\n+-----------------------------------------------+\n");
    139139    printf("|                      Servers                  |\n");
     
    144144    foreach $server (@servers) {
    145145
    146         my @results = `checkServer.pl -s $server`;
     146        my @results = `czartool_checkServer.pl -s $server`;
    147147
    148148        printf("| %12s ", $server);
Note: See TracChangeset for help on using the changeset viewer.