IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34688


Ignore:
Timestamp:
Nov 23, 2012, 12:20:35 PM (13 years ago)
Author:
Serge CHASTEL
Message:

Failures for the staticsky stage + access to the log through ipp monitor

Location:
trunk/ippMonitor
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r34006 r34688  
    2424# Note: we use a 'science databases (replication) slave' and the ippMonitor read-only account to connect to that database
    2525psconfigure --dbhost scidbs1 --dbuser ippMonitor --dbpass ippMonitor --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
     26
     27psconfigure --dbhost scidbm --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
     28
  • trunk/ippMonitor/Makefile.in

    r34434 r34688  
    240240$(DESTWWW)/lapRuns.php \
    241241$(DESTWWW)/lapExposures.php \
    242 $(DESTWWW)/lapStacks.php
     242$(DESTWWW)/lapStacks.php \
     243$(DESTWWW)/failedStaticsky.php \
     244$(DESTWWW)/staticsky_failure.php
    243245
    244246PICTURES = \
  • trunk/ippMonitor/raw/czartool_labels.php

    r34544 r34688  
    465465        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
    466466
    467         $link = $defaultlink;
     467        $link = "failedStaticsky.php?pass=" . $pass . "&proj=" . $proj . "&staticskyRun.label=" . $thisLabel . "&staticskyRun.state=".$searchState;
    468468        getStateAndFaults($db, $thisLabel, $selectedState, "staticsky", $str, $anyFaults);
    469469        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
  • trunk/ippMonitor/raw/ipp.stack.dat

    r28654 r34688  
    3636menulink  | menuselect   | link    | Static Sky Processed Skyfile | staticskyProcessedSkyfile.php
    3737menulink  | menuselect   | link    | Static Sky Failed Skyfile    | staticskyFailedSkyfile.php
     38menulink  | menuselect   | link    | Static Sky Failed            | failedStaticsky.php
  • trunk/ippMonitor/raw/site.php.in

    r34660 r34688  
    4747$REPL_DBNAME_ISP = "ippc17 (isp)";
    4848
    49 $REPL_HOST_NEBULOUS_SECONDARY = "ippc63.IfA.Hawaii.Edu";
     49$REPL_HOST_NEBULOUS_SECONDARY = "ippdb04.IfA.Hawaii.Edu";
    5050$REPL_USER_NEBULOUS_SECONDARY = "ippMonitor";
    5151$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)";
    5358
    5459
Note: See TracChangeset for help on using the changeset viewer.