Changeset 34735 for branches/eam_branches/ipp-20120905/ippMonitor
- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 8 edited
- 2 copied
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/INSTALL (modified) (1 diff)
-
ippMonitor/Makefile.in (modified) (1 diff)
-
ippMonitor/def/failedStaticsky.d (copied) (copied from trunk/ippMonitor/def/failedStaticsky.d )
-
ippMonitor/def/staticsky_failure.d (copied) (copied from trunk/ippMonitor/def/staticsky_failure.d )
-
ippMonitor/raw/czartool_labels.php (modified) (1 diff)
-
ippMonitor/raw/ipp.php (modified) (3 diffs)
-
ippMonitor/raw/ipp.stack.dat (modified) (1 diff)
-
ippMonitor/raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor merged: 34660,34687-34688
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippMonitor/INSTALL
r34006 r34735 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 -
branches/eam_branches/ipp-20120905/ippMonitor/Makefile.in
r34466 r34735 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 = \ -
branches/eam_branches/ipp-20120905/ippMonitor/raw/czartool_labels.php
r34566 r34735 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); -
branches/eam_branches/ipp-20120905/ippMonitor/raw/ipp.php
r30454 r34735 799 799 // echo "<b>class_id: $class_id</b><br>\n"; 800 800 // echo "<b>camera: $camera</b><br>\n"; 801 // echo "<b>filerule: $filerule</b><br>\n"; 801 802 802 803 if (! $class_id) { $class_id = "NONE"; } 803 804 805 //SCH: I set a default value for the 'camera' which is based on the 806 //'proj' parameter. 807 //It's necessary for staticsky logs and it would require to join tables 808 //back to the warpRun table 809 if (! $camera) { $camera = strtoupper($_GET['proj']); } 810 804 811 if ($basename && $camera && $filerule) { 805 806 812 // do I need to do this to the output result as well? 807 813 $basename = escapeshellarg($basename); … … 841 847 return; 842 848 } 849 echo "<b>log filename: $filename</b><br>\n"; 843 850 844 851 echo "<pre>\n"; … … 850 857 } 851 858 } 859 852 860 853 861 // expect image supplied with key=name -
branches/eam_branches/ipp-20120905/ippMonitor/raw/ipp.stack.dat
r28654 r34735 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 -
branches/eam_branches/ipp-20120905/ippMonitor/raw/site.php.in
r34566 r34735 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)"; 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.
