IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31096


Ignore:
Timestamp:
Mar 30, 2011, 9:58:28 AM (15 years ago)
Author:
Serge CHASTEL
Message:

gpc1 replication monitoring

Location:
trunk/ippMonitor/raw
Files:
2 edited

Legend:

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

    r30951 r31096  
    191191      showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS);
    192192      showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP);
     193      showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN);
    193194      echo "</table>";
    194195
  • trunk/ippMonitor/raw/site.php.in

    r30965 r31096  
    2222$DELETION_DELAY = 15;
    2323
    24 $REPL_HOST_GPC1 = "ipp0012.IfA.Hawaii.Edu";
    25 $REPL_USER_GPC1 = "ipp";
    26 $REPL_PASSWORD_GPC1 = "ipp";
    27 $REPL_DBNAME_GPC1 = "ippadmin";
     24$REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu";
     25$REPL_USER_IPPADMIN = "ipp";
     26$REPL_PASSWORD_IPPADMIN = "ipp";
     27$REPL_DBNAME_IPPADMIN = "ippadmin";
    2828
    2929$REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu";
     
    3737$REPL_DBNAME_PSTAMP = "ippRequestServer";
    3838
     39$REPL_HOST_GPC1 = "ippc02.IfA.Hawaii.Edu";
     40$REPL_USER_GPC1 = "ippMonitor";
     41$REPL_PASSWORD_GPC1 = "ippMonitor";
     42$REPL_DBNAME_GPC1 = "gpc1";
     43
    3944?>
Note: See TracChangeset for help on using the changeset viewer.