Changeset 38208 for trunk/ippMonitor/raw/site.php.in
- Timestamp:
- Apr 28, 2015, 2:54:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/site.php.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/site.php.in
r38200 r38208 2 2 3 3 $WWWHOST = "@HOST@"; 4 $DBHOST = "@DBHOST@";5 $DBUSER = "@DBUSER@";6 $DBPASS = "@DBPASS@";7 4 8 5 $PERLLIB = "@PERLLIB@"; … … 16 13 $DBI = "@DBI@"; 17 14 18 // Temporary files belonging to DELETION_USER and older than 19 // DELETION_DELAY minutes will be delayed by the 20 // delete_old_tmp_files() function (see raw/ipp.php) 21 $DELETION_USER = "apache"; 22 $DELETION_DELAY = 15; 23 24 $REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu"; 25 $REPL_USER_IPPADMIN = "ippMonitor"; 26 $REPL_PASSWORD_IPPADMIN = "ippMonitor"; 27 $REPL_DBNAME_IPPADMIN = "ipp001 (gpc1, isp, ippadmin, czardb, ipptopsps, megacam, ssp, uip)" ; 28 29 $REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu"; 30 $REPL_USER_NEBULOUS = "ippMonitor"; 31 $REPL_PASSWORD_NEBULOUS = "ippMonitor"; 32 $REPL_DBNAME_NEBULOUS = "ippdb02 (nebulous / 50,000 sec behind is acceptable / usually stopped on Mondays and Tuesdays for backups)"; 33 34 $REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu"; 35 $REPL_USER_PSTAMP = "ippMonitor"; 36 $REPL_PASSWORD_PSTAMP = "ippMonitor"; 37 $REPL_DBNAME_PSTAMP = "ippc19 (ippRequestServer)"; 38 39 $REPL_HOST_GPC1 = "ippdb03.IfA.Hawaii.Edu"; 40 $REPL_USER_GPC1 = "ippMonitor"; 41 $REPL_PASSWORD_GPC1 = "ippMonitor"; 42 $REPL_DBNAME_GPC1 = "ippdb03 (czardb, gpc1, ippadmin, ipptopsps, megacam, skycells, ssp, uip)"; 43 44 $REPL_HOST_ISP = "ippc17.IfA.Hawaii.Edu"; 45 $REPL_USER_ISP = "ippMonitor"; 46 $REPL_PASSWORD_ISP = "ippMonitor"; 47 $REPL_DBNAME_ISP = "ippc17 (isp)"; 48 49 $REPL_HOST_NEBULOUS_SECONDARY = "ippdb06.IfA.Hawaii.Edu"; 50 $REPL_USER_NEBULOUS_SECONDARY = "ippMonitor"; 51 $REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor"; 52 $REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 (secondary nebulous)"; 15 // insert config.dat here 16 @CONFIG.DAT@ 53 17 54 18 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
