Changeset 31812
- Timestamp:
- Jul 1, 2011, 9:50:42 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/site.php.in
r31625 r31812 23 23 24 24 $REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu"; 25 $REPL_USER_IPPADMIN = "ipp ";26 $REPL_PASSWORD_IPPADMIN = "ipp ";27 $REPL_DBNAME_IPPADMIN = "ipp admin";25 $REPL_USER_IPPADMIN = "ippMonitor"; 26 $REPL_PASSWORD_IPPADMIN = "ippMonitor"; 27 $REPL_DBNAME_IPPADMIN = "ipp001 (gpc1, isp, ippadmin, czardb)"; 28 28 29 29 $REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu"; 30 30 $REPL_USER_NEBULOUS = "ippMonitor"; 31 31 $REPL_PASSWORD_NEBULOUS = "ippMonitor"; 32 $REPL_DBNAME_NEBULOUS = " Nebulous";32 $REPL_DBNAME_NEBULOUS = "ippdb02 (Nebulous)"; 33 33 34 34 $REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu"; 35 35 $REPL_USER_PSTAMP = "ippMonitor"; 36 36 $REPL_PASSWORD_PSTAMP = "ippMonitor"; 37 $REPL_DBNAME_PSTAMP = "ipp RequestServer";37 $REPL_DBNAME_PSTAMP = "ippc19 (ippRequestServer)"; 38 38 39 39 $REPL_HOST_GPC1 = "ippdb03.IfA.Hawaii.Edu"; 40 40 $REPL_USER_GPC1 = "ippMonitor"; 41 41 $REPL_PASSWORD_GPC1 = "ippMonitor"; 42 $REPL_DBNAME_GPC1 = " gpc1";42 $REPL_DBNAME_GPC1 = "ippdb03 (gpc1, isp, ippadmin, czardb)"; 43 43 44 44 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
