Changeset 28157
- Timestamp:
- May 28, 2010, 9:00:33 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool.pl
r28019 r28157 16 16 if (!$db) {die;} 17 17 18 my @stdscienceLabels = ` getLabels.pl -s stdscience`;19 my @distributionLabels = ` getLabels.pl -s distribution`;18 my @stdscienceLabels = `czartool_getLabels.pl -s stdscience`; 19 my @distributionLabels = `czartool_getLabels.pl -s distribution`; 20 20 21 21 checkAllLabels("new"); … … 135 135 sub checkServers { 136 136 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"); 138 138 printf("\n+-----------------------------------------------+\n"); 139 139 printf("| Servers |\n"); … … 144 144 foreach $server (@servers) { 145 145 146 my @results = `c heckServer.pl -s $server`;146 my @results = `czartool_checkServer.pl -s $server`; 147 147 148 148 printf("| %12s ", $server);
Note:
See TracChangeset
for help on using the changeset viewer.
