Changeset 37983 for trunk/ippMonitor/czartool/czartool.pl
- Timestamp:
- Mar 20, 2015, 11:11:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool.pl
r33814 r37983 55 55 @stdscienceLabels = @{$pantasks->getLabels("stdscience")}; 56 56 @distributionLabels = @{$pantasks->getLabels("distribution")}; 57 @publishingLabels = @{$pantasks->getLabels("publishing")}; 57 # @publishingLabels = @{$pantasks->getLabels("publishing")}; 58 @publishingLabels = @stdscienceLabels; 58 59 checkAllLabels("new"); 59 60 printInstructions(); … … 109 110 sub checkServers { 110 111 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"); 112 114 printf("\n+-----------------------------------------------+\n"); 113 115 printf("| Servers |\n");
Note:
See TracChangeset
for help on using the changeset viewer.
