IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38216


Ignore:
Timestamp:
Apr 28, 2015, 5:01:45 PM (11 years ago)
Author:
eugene
Message:

update INSTALL

Location:
trunk/ippMonitor
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r34688 r38216  
    11
    2 after setting up psconfig:
    3 
    4 alala example:
    5  psconfigure --dbhost alala --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs
    6 
    7 ipp001 example:
    8 
    9 psconfigure --dbhost ipp001 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs
    10 
    11 
    12 kiawe / alala example:
    13  psconfigure --dbhost alala --dbuser ipp --dbpass ipp --htdocs /var/www/kiawe
    14 
     2# we have moved all user/password info into config.dat (see config.dat.in for an example)
    153# note that we have a special version for ippmonitor without $PSCONFIG/$PSCONFDIR values:
    16 ipp@ippdb03 / ippdb03 example:
    17 # psconfigure --dbhost ippdb01 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
    18 
    19 #ipp@ippdb03 / ippdb01 example:
    20  psconfigure --dbhost ippdb03 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
    21 
    22 #
    23 # Regular installation on ippMonitor.ifa.hawaii.edu
    24 # Note: we use a 'science databases (replication) slave' and the ippMonitor read-only account to connect to that database
    25 psconfigure --dbhost scidbs1 --dbuser ippMonitor --dbpass ippMonitor --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
    26 
    27 psconfigure --dbhost scidbm --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
    28 
     4psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
  • trunk/ippMonitor/Makefile.in

    r38200 r38216  
    162162$(DESTWWW)/warpFailedSkyfiles.php \
    163163$(DESTWWW)/failedWarpSkyfiles.php \
     164$(DESTWWW)/failedFullForceSkyfiles.php \
    164165$(DESTWWW)/diffSummary.php \
    165166$(DESTWWW)/diffSummary_Images.php \
  • trunk/ippMonitor/czartool/czartool/CzarDb.pm

    r38213 r38216  
    284284#        push @{$labels}, 'LAP.PV3.20140730.diff01';
    285285#        push @{$labels}, 'LAP.PV3.20140730.diff01.left';
     286        push @{$labels}, 'LAP.PV3.20140730.ff01.remote';
    286287        push @{$labels}, 'LAP.PV3.20140730.ff01';
    287288        push @{$labels}, 'LAP.PV3.20140730.ff01.left';
  • trunk/ippMonitor/raw/czartool_labels.php

    r38206 r38216  
    1313
    1414$gpc1db = dbconnect($ID['proj']);
    15 
    1615
    1716$PATH = getenv("PATH");
     
    4847        "stack"     => "failedStackSkyfile.php",
    4948        "staticsky" => "failedStaticsky.php",
    50         "fullforce" => "failedChipProcessedImfile.php",
     49        "fullforce" => "failedFullForceSkyfiles.php",
    5150        "diff"      => "failedDiffSkyfile.php",
    5251        "dist"      => "NONE",
     
    172171echo "<td style=width:100px;text-align:top;\">";
    173172 # time series plot
    174 echo "<br>";
    175  echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>";
     173echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>";
    176174 # rate time series plot
    177 echo "<br>";
    178  echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rt&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
     175echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=rt&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
    179176 # rate stacked histo plot
    180  #echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rh&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
     177# echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=rh&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
    181178 # histogram plot
    182  #echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=h&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
     179# echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=h&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>";
    183180 # storage plot
    184 echo "<br>";
    185  echo "<a href=\"czartool_getplot.php?type=sl\"><img title=\"Click to enlarge me\" src=\"czartool_getplot.php?type=s\"></a><br>";
     181echo "<br><a href=\"czartool_getplot.php?type=sl\"><img title=\"Click to enlarge me\" src=\"czartool_getplot.php?type=s\"></a><br>";
    186182 # storage timeseries
    187 echo "<br>";
    188 echo "<img src=\"czartool_getplot.php?type=st\"><br>";
     183echo "<br><img src=\"czartool_getplot.php?type=st\"><br>";
    189184 # pantasks server status, if requested
    190185echo "<br>";
Note: See TracChangeset for help on using the changeset viewer.