IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38200


Ignore:
Timestamp:
Apr 27, 2015, 5:12:47 PM (11 years ago)
Author:
eugene
Message:

adding fforce plots

Location:
trunk/ippMonitor
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r37983 r38200  
    217217$(DESTWWW)/simplePlotStaticskyImage.php \
    218218$(DESTWWW)/simplePlotSkycalImage.php \
     219$(DESTWWW)/simplePlotFullForceImage.php \
    219220$(DESTWWW)/simplePlotDiffImage.php \
    220221$(DESTWWW)/subsetPlotDiffImage.php \
  • trunk/ippMonitor/czartool/czarpoll.pl

    r34249 r38200  
    9797
    9898    print "* Updating labels\n";
    99     my @servers = ("stdscience", "distribution", "publishing", "update");
     99    # my @servers = ("stdscience", "distribution", "publishing", "update");
     100    my @servers = ("stdscience", "distribution");
    100101
    101102    my $server = undef;
  • trunk/ippMonitor/czartool/czartool/CzarDb.pm

    r37983 r38200  
    280280#        push @{$labels}, 'LAP.PV3.20140730.restack';
    281281#        push @{$labels}, 'LAP.PV3.20140730.bigmem';
    282 #        push @{$labels}, 'LAP.PV3.20140730.sky01';
     282        push @{$labels}, 'LAP.PV3.20140730.skycal01';
    283283        push @{$labels}, 'LAP.PV3.20140730.sky01.remote';
    284284        push @{$labels}, 'LAP.PV3.20140730.diff01';
  • trunk/ippMonitor/czartool/czartool/Pantasks.pm

    r32762 r38200  
    1414        "distribution",
    1515        "pstamp",
    16         "update",
    17         "publishing",
     16#        "update",
     17#        "publishing",
    1818        "registration",
    1919        "replication",
  • trunk/ippMonitor/raw/czartool_labels.php

    r37983 r38200  
    202202if ($selectedMode == "update") {echo "<br>"; createPStampDataTable();}
    203203echo "<br>";
     204      # XXX EAM : 2015.04.23 : debugging slowness
    204205      createServersTable($pass, $proj,$selectedMode,$czardb, $servers, $selectedLabel, $selectedStage, $plotType);
    205206echo "<br>";
     
    217218      createTableColumnHeader("Status (sec behind master)");
    218219      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);
    220221      showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP);
    221222      showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN);
  • trunk/ippMonitor/raw/ipp.plots.dat

    r37983 r38200  
    88menulink  | menuselect      | link    | Simple plot - staticsky             | simplePlotStaticskyImage.php
    99menulink  | menuselect      | link    | Simple plot - skycal                | simplePlotSkycalImage.php
    10 menulink  | menuselect      | link    | Simple plot - fforce                | simplePlotFForceImage.php
     10menulink  | menuselect      | link    | Simple plot - fforce                | simplePlotFullForceImage.php
    1111menulink  | menuselect      | link    | Simple plot - chip queue            | simplePlotChipQueue.php
    1212menulink  | menuselect      | link    | Simple plot - diff                  | simplePlotDiffImage.php
  • trunk/ippMonitor/raw/site.php.in

    r34897 r38200  
    4747$REPL_DBNAME_ISP = "ippc17 (isp)";
    4848
    49 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb04.IfA.Hawaii.Edu";
     49$REPL_HOST_NEBULOUS_SECONDARY = "ippdb06.IfA.Hawaii.Edu";
    5050$REPL_USER_NEBULOUS_SECONDARY = "ippMonitor";
    5151$REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor";
    52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb04 (secondary nebulous)";
     52$REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 (secondary nebulous)";
    5353
    5454?>
Note: See TracChangeset for help on using the changeset viewer.