Changeset 39805 for trunk/ippMonitor
- Timestamp:
- Nov 5, 2016, 12:39:15 PM (10 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 7 edited
-
czartool/czartool/CzarDb.pm (modified) (4 diffs)
-
czartool/czartool/Nebulous.pm (modified) (1 diff)
-
czartool/czartool/Pantasks.pm (modified) (1 diff)
-
czartool/czartool/czarconfig.xml.in (modified) (1 diff)
-
def/simplePlotSkycalImage.d (modified) (1 diff)
-
def/simplePlotStaticskyImage.d (modified) (1 diff)
-
raw/czartool_servers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r38258 r39805 274 274 # CZW: 2014-09-12 edit to force in lanl labels 275 275 if ($server eq 'stdscience') { 276 push @{$labels}, 'LAP.PV3.20140730.final';276 # push @{$labels}, 'LAP.PV3.20140730.final'; 277 277 # push @{$labels}, 'LAP.PV3.20140730.local'; 278 278 # push @{$labels}, 'LAP.PV3.20140730.ipp'; … … 284 284 # push @{$labels}, 'LAP.PV3.20140730.diff01'; 285 285 # push @{$labels}, 'LAP.PV3.20140730.diff01.left'; 286 push @{$labels}, 'LAP.PV3.20140730.ff01.remote'; 287 push @{$labels}, 'LAP.PV3.20140730.ff01'; 288 push @{$labels}, 'LAP.PV3.20140730.ff01.left'; 289 push @{$labels}, 'LAP.PV3W.20150312'; 286 # push @{$labels}, 'LAP.PV3.20140730.ff01.remote'; 287 # push @{$labels}, 'LAP.PV3.20140730.ff01'; 288 # push @{$labels}, 'LAP.PV3.20140730.ff01.left'; 289 # push @{$labels}, 'LAP.PV3.20140730.ff01.bulge'; 290 # push @{$labels}, 'LAP.PV3W.20150312'; 290 291 # push @{$labels}, 'SAS.20141118'; 292 ## MEH 20150921 manuall add WS labels while in ippqub stdscience 293 push @{$labels}, 'OSS.WS.nightlyscience'; 294 push @{$labels}, 'MSS.WS.nightlyscience'; 295 push @{$labels}, 'ESS.WS.nightlyscience'; 296 push @{$labels}, 'ThreePi.WS.nightlyscience'; 297 push @{$labels}, 'SNIa.WS.nightlyscience'; 298 push @{$labels}, 'QUB.WS.nightlyscience'; 299 push @{$labels}, 'QUB.SS.nightlyscience'; 300 push @{$labels}, 'ps_ud_QUB'; 301 #push @{$labels}, 'CFA.WS.nightlyscience'; 302 #push @{$labels}, 'CFA.SS.nightlyscience'; 303 push @{$labels}, 'FSS.WS.nightlyscience'; 304 #push @{$labels}, 'NCU.ref.20161026'; 305 #push @{$labels}, 'NCU.ref.20161026.update'; 306 #push @{$labels}, 'NCU.WS.nightlyscience'; 307 #push @{$labels}, 'NCU.SS.nightlyscience'; 308 #push @{$labels}, 'QUB.lowdec.20160712'; 309 #push @{$labels}, 'SAS.20151208'; 310 ## MEH 20150928 manually add MD.PV3 WS labels too 311 #push @{$labels}, 'MD01.PV3.WSdiff.20150312'; 312 #push @{$labels}, 'MD02.PV3.WSdiff.20150312'; 313 #push @{$labels}, 'MD03.PV3.WSdiff.20150312'; 314 #push @{$labels}, 'MD04.PV3.WSdiff.20150312'; 315 #push @{$labels}, 'MD05.PV3.WSdiff.20150312'; 316 #push @{$labels}, 'MD06.PV3.WSdiff.20150312'; 317 #push @{$labels}, 'MD07.PV3.WSdiff.20150312'; 318 #push @{$labels}, 'MD08.PV3.WSdiff.20150312'; 319 #push @{$labels}, 'MD09.PV3.WSdiff.20150312'; 320 #push @{$labels}, 'MD10.PV3.WSdiff.20150312'; 291 321 } 292 322 … … 964 994 my ($host, $used, $available, $writable, $readable) = @row; 965 995 996 # stsci hosts are no longer with us 997 next if $host =~ /stsci/; 998 966 999 if (($used+$available) == 0) { 967 1000 $underLimit = 1; … … 971 1004 $underLimit = 1; 972 1005 } 1006 973 1007 974 1008 # Col 1: host -
trunk/ippMonitor/czartool/czartool/Nebulous.pm
r35742 r39805 112 112 next; 113 113 } elsif (($line =~ m/(ipp[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)|| 114 ($line =~ m/(ippb[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i) || 115 ($line =~ m/(stsci[0-1][0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)) { 114 ($line =~ m/(ippb[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i) 115 # these nodes are gone 116 # || ($line =~ m/(stsci[0-1][0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)) 117 ) { 116 118 117 119 $self->{_totalHosts}++; -
trunk/ippMonitor/czartool/czartool/Pantasks.pm
r38200 r39805 7 7 8 8 my @servers = ( 9 "addstar", 10 "addstarlap", 9 # "addstar", 10 # "addstarlap", 11 "ippqub:stdscience_ws", 11 12 "cleanup", 12 "deepstack",13 "detrend",13 # "deepstack", 14 # "detrend", 14 15 "distribution", 15 16 "pstamp", -
trunk/ippMonitor/czartool/czartool/czarconfig.xml.in
r38211 r39805 49 49 <serverinterval>20 MINUTE</serverinterval> 50 50 <!-- whitespace-separated server list for servers we want roboczar to check --> 51 <interestedservers> stdscience distribution summitcopy registration pstamp </interestedservers>51 <interestedservers>ippqub:stdscience_ws stdscience distribution summitcopy registration pstamp </interestedservers> 52 52 <!-- <interestedservers>pstamp</interestedservers> --> 53 53 </roboczar> -
trunk/ippMonitor/def/simplePlotSkycalImage.d
r34436 r39805 4 4 MENU ipp.plots.dat 5 5 6 WHERE skycalRun.state != 'new'6 WHERE skycalRun.state = 'full' 7 7 WHERE skycalRun.skycal_id = skycalResult.skycal_id 8 8 WHERE skycalRun.stack_id = stackRun.stack_id -
trunk/ippMonitor/def/simplePlotStaticskyImage.d
r34436 r39805 4 4 MENU ipp.plots.dat 5 5 6 WHERE staticskyRun.state != 'new'6 WHERE staticskyRun.state = 'full' 7 7 WHERE staticskyRun.sky_id = staticskyResult.sky_id 8 8 WHERE staticskyRun.sky_id = staticskyInput.sky_id -
trunk/ippMonitor/raw/czartool_servers.php
r28156 r39805 33 33 34 34 $servers=array( 35 "addstar", 35 #"addstar", 36 "ippqub:stdscience_ws", 36 37 "cleanup", 37 "detrend",38 #"detrend", 38 39 "distribution", 39 40 "pstamp", 40 "update",41 "publishing",41 #"update", 42 #"publishing", 42 43 "registration", 43 44 "replication",
Note:
See TracChangeset
for help on using the changeset viewer.
