Changeset 34688
- Timestamp:
- Nov 23, 2012, 12:20:35 PM (13 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 added
- 5 edited
-
INSTALL (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
-
def/failedStaticsky.d (added)
-
def/staticsky_failure.d (added)
-
raw/czartool_labels.php (modified) (1 diff)
-
raw/ipp.stack.dat (modified) (1 diff)
-
raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r34006 r34688 24 24 # Note: we use a 'science databases (replication) slave' and the ippMonitor read-only account to connect to that database 25 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 -
trunk/ippMonitor/Makefile.in
r34434 r34688 240 240 $(DESTWWW)/lapRuns.php \ 241 241 $(DESTWWW)/lapExposures.php \ 242 $(DESTWWW)/lapStacks.php 242 $(DESTWWW)/lapStacks.php \ 243 $(DESTWWW)/failedStaticsky.php \ 244 $(DESTWWW)/staticsky_failure.php 243 245 244 246 PICTURES = \ -
trunk/ippMonitor/raw/czartool_labels.php
r34544 r34688 465 465 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0); 466 466 467 $link = $defaultlink;467 $link = "failedStaticsky.php?pass=" . $pass . "&proj=" . $proj . "&staticskyRun.label=" . $thisLabel . "&staticskyRun.state=".$searchState; 468 468 getStateAndFaults($db, $thisLabel, $selectedState, "staticsky", $str, $anyFaults); 469 469 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0); -
trunk/ippMonitor/raw/ipp.stack.dat
r28654 r34688 36 36 menulink | menuselect | link | Static Sky Processed Skyfile | staticskyProcessedSkyfile.php 37 37 menulink | menuselect | link | Static Sky Failed Skyfile | staticskyFailedSkyfile.php 38 menulink | menuselect | link | Static Sky Failed | failedStaticsky.php -
trunk/ippMonitor/raw/site.php.in
r34660 r34688 47 47 $REPL_DBNAME_ISP = "ippc17 (isp)"; 48 48 49 $REPL_HOST_NEBULOUS_SECONDARY = "ipp c63.IfA.Hawaii.Edu";49 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb04.IfA.Hawaii.Edu"; 50 50 $REPL_USER_NEBULOUS_SECONDARY = "ippMonitor"; 51 51 $REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor"; 52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippc63 (secondary nebulous / 50,000 sec behind is acceptable / usually stopped on Mondays and Tuesdays)"; 52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb04 (secondary nebulous / 50,000 sec behind is acceptable / usually stopped on Mondays and Tuesdays)"; 53 54 $REPL_HOST_NEBULOUS_TERNARY = "ippc63.IfA.Hawaii.Edu"; 55 $REPL_USER_NEBULOUS_TERNARY = "ippMonitor"; 56 $REPL_PASSWORD_NEBULOUS_TERNARY = "ippMonitor"; 57 $REPL_DBNAME_NEBULOUS_TERNARY = "ippc63 (secondary nebulous / 50,000 sec behind is acceptable / usually stopped on Mondays and Tuesdays)"; 53 58 54 59
Note:
See TracChangeset
for help on using the changeset viewer.
