Changeset 38216 for trunk/ippMonitor
- Timestamp:
- Apr 28, 2015, 5:01:45 PM (11 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 1 added
- 4 edited
-
INSTALL (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
-
czartool/czartool/CzarDb.pm (modified) (1 diff)
-
def/failedFullForceSkyfiles.d (added)
-
raw/czartool_labels.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r34688 r38216 1 1 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) 15 3 # 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 4 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config -
trunk/ippMonitor/Makefile.in
r38200 r38216 162 162 $(DESTWWW)/warpFailedSkyfiles.php \ 163 163 $(DESTWWW)/failedWarpSkyfiles.php \ 164 $(DESTWWW)/failedFullForceSkyfiles.php \ 164 165 $(DESTWWW)/diffSummary.php \ 165 166 $(DESTWWW)/diffSummary_Images.php \ -
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r38213 r38216 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'; 286 287 push @{$labels}, 'LAP.PV3.20140730.ff01'; 287 288 push @{$labels}, 'LAP.PV3.20140730.ff01.left'; -
trunk/ippMonitor/raw/czartool_labels.php
r38206 r38216 13 13 14 14 $gpc1db = dbconnect($ID['proj']); 15 16 15 17 16 $PATH = getenv("PATH"); … … 48 47 "stack" => "failedStackSkyfile.php", 49 48 "staticsky" => "failedStaticsky.php", 50 "fullforce" => "failed ChipProcessedImfile.php",49 "fullforce" => "failedFullForceSkyfiles.php", 51 50 "diff" => "failedDiffSkyfile.php", 52 51 "dist" => "NONE", … … 172 171 echo "<td style=width:100px;text-align:top;\">"; 173 172 # time series plot 174 echo "<br>"; 175 echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>"; 173 echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=t&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>"; 176 174 # 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>"; 175 echo "<br><img src=\"czartool_getplot.php?mode=$selectedMode&type=rt&label=$selectedLabel&stage=$selectedStage&plottype=linear\"><br>"; 179 176 # 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>"; 181 178 # 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>"; 183 180 # 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>"; 181 echo "<br><a href=\"czartool_getplot.php?type=sl\"><img title=\"Click to enlarge me\" src=\"czartool_getplot.php?type=s\"></a><br>"; 186 182 # storage timeseries 187 echo "<br>"; 188 echo "<img src=\"czartool_getplot.php?type=st\"><br>"; 183 echo "<br><img src=\"czartool_getplot.php?type=st\"><br>"; 189 184 # pantasks server status, if requested 190 185 echo "<br>";
Note:
See TracChangeset
for help on using the changeset viewer.
