Changeset 31096
- Timestamp:
- Mar 30, 2011, 9:58:28 AM (15 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
czartool_labels.php (modified) (1 diff)
-
site.php.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r30951 r31096 191 191 showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS); 192 192 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); 193 194 echo "</table>"; 194 195 -
trunk/ippMonitor/raw/site.php.in
r30965 r31096 22 22 $DELETION_DELAY = 15; 23 23 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"; 28 28 29 29 $REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu"; … … 37 37 $REPL_DBNAME_PSTAMP = "ippRequestServer"; 38 38 39 $REPL_HOST_GPC1 = "ippc02.IfA.Hawaii.Edu"; 40 $REPL_USER_GPC1 = "ippMonitor"; 41 $REPL_PASSWORD_GPC1 = "ippMonitor"; 42 $REPL_DBNAME_GPC1 = "gpc1"; 43 39 44 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
