Changeset 37983 for trunk/ippMonitor/czartool
- Timestamp:
- Mar 20, 2015, 11:11:50 AM (11 years ago)
- Location:
- trunk/ippMonitor/czartool
- Files:
-
- 3 edited
-
czartool.pl (modified) (2 diffs)
-
czartool/CzarDb.pm (modified) (1 diff)
-
czartool/czarconfig.xml (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"); -
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r34931 r37983 272 272 my $size = scalar @{$labels}; 273 273 if ($size < 1) { return; } 274 # CZW: 2014-09-12 edit to force in lanl labels 275 if ($server eq 'stdscience') { 276 push @{$labels}, 'LAP.PV3.20140730.final'; 277 # push @{$labels}, 'LAP.PV3.20140730.local'; 278 # push @{$labels}, 'LAP.PV3.20140730.ipp'; 279 # push @{$labels}, 'LAP.PV3.20140730.ipp.local'; 280 # push @{$labels}, 'LAP.PV3.20140730.restack'; 281 # push @{$labels}, 'LAP.PV3.20140730.bigmem'; 282 # push @{$labels}, 'LAP.PV3.20140730.sky01'; 283 push @{$labels}, 'LAP.PV3.20140730.sky01.remote'; 284 push @{$labels}, 'LAP.PV3.20140730.diff01'; 285 push @{$labels}, 'LAP.PV3.20140730.diff01.left'; 286 push @{$labels}, 'LAP.PV3W.20150312'; 287 # push @{$labels}, 'SAS.20141118'; 288 } 289 274 290 275 291 my $query = $self->{_db}->prepare(<<SQL); -
trunk/ippMonitor/czartool/czartool/czarconfig.xml
r36785 r37983 27 27 <gpc1database> 28 28 <name>gpc1</name> 29 <host>scidb s1</host>29 <host>scidbm</host> 30 30 <user>ippuser</user> 31 31 <password>ippuser</password> … … 47 47 <serverinterval>20 MINUTE</serverinterval> 48 48 <!-- whitespace-separated server list for servers we want roboczar to check --> 49 <interestedservers>stdscience distribution summitcopy registration stackpstamp </interestedservers>49 <interestedservers>stdscience distribution summitcopy registration pstamp </interestedservers> 50 50 <!-- <interestedservers>pstamp</interestedservers> --> 51 51 </roboczar>
Note:
See TracChangeset
for help on using the changeset viewer.
