Changeset 38200
- Timestamp:
- Apr 27, 2015, 5:12:47 PM (11 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 1 added
- 7 edited
-
Makefile.in (modified) (1 diff)
-
czartool/czarpoll.pl (modified) (1 diff)
-
czartool/czartool/CzarDb.pm (modified) (1 diff)
-
czartool/czartool/Pantasks.pm (modified) (1 diff)
-
def/simplePlotFullForceImage.d (added)
-
raw/czartool_labels.php (modified) (2 diffs)
-
raw/ipp.plots.dat (modified) (1 diff)
-
raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r37983 r38200 217 217 $(DESTWWW)/simplePlotStaticskyImage.php \ 218 218 $(DESTWWW)/simplePlotSkycalImage.php \ 219 $(DESTWWW)/simplePlotFullForceImage.php \ 219 220 $(DESTWWW)/simplePlotDiffImage.php \ 220 221 $(DESTWWW)/subsetPlotDiffImage.php \ -
trunk/ippMonitor/czartool/czarpoll.pl
r34249 r38200 97 97 98 98 print "* Updating labels\n"; 99 my @servers = ("stdscience", "distribution", "publishing", "update"); 99 # my @servers = ("stdscience", "distribution", "publishing", "update"); 100 my @servers = ("stdscience", "distribution"); 100 101 101 102 my $server = undef; -
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r37983 r38200 280 280 # push @{$labels}, 'LAP.PV3.20140730.restack'; 281 281 # push @{$labels}, 'LAP.PV3.20140730.bigmem'; 282 # push @{$labels}, 'LAP.PV3.20140730.sky01';282 push @{$labels}, 'LAP.PV3.20140730.skycal01'; 283 283 push @{$labels}, 'LAP.PV3.20140730.sky01.remote'; 284 284 push @{$labels}, 'LAP.PV3.20140730.diff01'; -
trunk/ippMonitor/czartool/czartool/Pantasks.pm
r32762 r38200 14 14 "distribution", 15 15 "pstamp", 16 "update",17 "publishing",16 # "update", 17 # "publishing", 18 18 "registration", 19 19 "replication", -
trunk/ippMonitor/raw/czartool_labels.php
r37983 r38200 202 202 if ($selectedMode == "update") {echo "<br>"; createPStampDataTable();} 203 203 echo "<br>"; 204 # XXX EAM : 2015.04.23 : debugging slowness 204 205 createServersTable($pass, $proj,$selectedMode,$czardb, $servers, $selectedLabel, $selectedStage, $plotType); 205 206 echo "<br>"; … … 217 218 createTableColumnHeader("Status (sec behind master)"); 218 219 showReplicationsStatus($REPL_HOST_GPC1, $REPL_USER_GPC1, $REPL_PASSWORD_GPC1, $REPL_DBNAME_GPC1); 219 showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS);220 # XXX EAM : problem showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS); 220 221 showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP); 221 222 showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN); -
trunk/ippMonitor/raw/ipp.plots.dat
r37983 r38200 8 8 menulink | menuselect | link | Simple plot - staticsky | simplePlotStaticskyImage.php 9 9 menulink | menuselect | link | Simple plot - skycal | simplePlotSkycalImage.php 10 menulink | menuselect | link | Simple plot - fforce | simplePlotF ForceImage.php10 menulink | menuselect | link | Simple plot - fforce | simplePlotFullForceImage.php 11 11 menulink | menuselect | link | Simple plot - chip queue | simplePlotChipQueue.php 12 12 menulink | menuselect | link | Simple plot - diff | simplePlotDiffImage.php -
trunk/ippMonitor/raw/site.php.in
r34897 r38200 47 47 $REPL_DBNAME_ISP = "ippc17 (isp)"; 48 48 49 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb0 4.IfA.Hawaii.Edu";49 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb06.IfA.Hawaii.Edu"; 50 50 $REPL_USER_NEBULOUS_SECONDARY = "ippMonitor"; 51 51 $REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor"; 52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb0 4(secondary nebulous)";52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 (secondary nebulous)"; 53 53 54 54 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
