IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 3:52:04 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120905/ippMonitor
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/ippMonitor

  • branches/eam_branches/ipp-20120905/ippMonitor/czartool/czartool/czarconfig.xml

    r34006 r34566  
    1919
    2020  <!-- gpc1 Db section -->
     21<!--   <gpc1database> -->
     22<!--     <name>gpc1</name> -->
     23<!--     <host>scidbs1</host> -->
     24<!--     <user>ippMonitor</user> -->
     25<!--     <password>ippMonitor</password> -->
     26<!--   </gpc1database> -->
    2127  <gpc1database>
    2228    <name>gpc1</name>
    23     <host>scidbs1</host>
    24     <user>ippMonitor</user>
    25     <password>ippMonitor</password>
     29    <host>scidbm</host>
     30    <user>ippuser</user>
     31    <password>ippuser</password>
    2632  </gpc1database>
    2733
  • branches/eam_branches/ipp-20120905/ippMonitor/raw/czartool_labels.php

    r34316 r34566  
    219219      showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN);
    220220      showReplicationsStatus($REPL_HOST_ISP, $REPL_USER_ISP, $REPL_PASSWORD_ISP, $REPL_DBNAME_ISP);
     221      showReplicationsStatus($REPL_HOST_NEBULOUS_SECONDARY, $REPL_USER_NEBULOUS_SECONDARY, $REPL_PASSWORD_NEBULOUS_SECONDARY, $REPL_DBNAME_NEBULOUS_SECONDARY);
    221222      echo "</table>";
    222223
  • branches/eam_branches/ipp-20120905/ippMonitor/raw/ipp.css

    r28718 r34566  
    144144td.body  {
    145145           text-align: left;
    146            font-size: small; 
     146           font-size: normal; 
    147147           font-weight: normal; 
    148148           vertical-align: top;
  • branches/eam_branches/ipp-20120905/ippMonitor/raw/site.php.in

    r34007 r34566  
    4747$REPL_DBNAME_ISP = "ippc17 (isp)";
    4848
     49$REPL_HOST_NEBULOUS_SECONDARY = "ippc63.IfA.Hawaii.Edu";
     50$REPL_USER_NEBULOUS_SECONDARY = "ippMonitor";
     51$REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor";
     52$REPL_DBNAME_NEBULOUS_SECONDARY = "ippc63 (secondary nebulous / 50,000 sec behind is acceptable)";
    4953
    5054
Note: See TracChangeset for help on using the changeset viewer.