IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2010, 1:39:43 PM (16 years ago)
Author:
Serge CHASTEL
Message:

MySQL Replication status can now be seen through czartool/DB Connection parameters are in site.php.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/site.php.in

    r28616 r29654  
    2121$DELETION_USER  = "apache";
    2222$DELETION_DELAY = 15;
     23
     24$REPL_HOST_GPC1 = "ipp0012.IfA.Hawaii.Edu";
     25$REPL_USER_GPC1 = "ipp";
     26$REPL_PASSWORD_GPC1 = "ipp";
     27$REPL_DBNAME_GPC1 = "gpc1";
     28
     29$REPL_HOST_NEBULOUS = "ipp0222.IfA.Hawaii.Edu";
     30$REPL_USER_NEBULOUS = "ippMonitor";
     31$REPL_PASSWORD_NEBULOUS = "ippMonitor";
     32$REPL_DBNAME_NEBULOUS = "Nebulous";
     33
    2334?>
Note: See TracChangeset for help on using the changeset viewer.