IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30760


Ignore:
Timestamp:
Feb 25, 2011, 9:27:03 AM (15 years ago)
Author:
Serge CHASTEL
Message:

PStamp server replication supervision

Location:
trunk/ippMonitor/raw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r30393 r30760  
    220220                showReplicationsStatus($REPL_HOST_GPC1, $REPL_USER_GPC1, $REPL_PASSWORD_GPC1, $REPL_DBNAME_GPC1);
    221221                showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS);
    222 
     222                showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP);
    223223              echo "</table>";
    224224            echo "</td>\n";
  • trunk/ippMonitor/raw/site.php.in

    r30034 r30760  
    3232$REPL_DBNAME_NEBULOUS = "Nebulous";
    3333
     34$REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu";
     35$REPL_USER_PSTAMP = "ippMonitor";
     36$REPL_PASSWORD_PSTAMP = "ippMonitor";
     37$REPL_DBNAME_PSTAMP = "ippRequestServer";
     38
    3439?>
Note: See TracChangeset for help on using the changeset viewer.