Changeset 30760
- Timestamp:
- Feb 25, 2011, 9:27:03 AM (15 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
czartool_labels.php (modified) (1 diff)
-
site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r30393 r30760 220 220 showReplicationsStatus($REPL_HOST_GPC1, $REPL_USER_GPC1, $REPL_PASSWORD_GPC1, $REPL_DBNAME_GPC1); 221 221 showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS); 222 222 showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP); 223 223 echo "</table>"; 224 224 echo "</td>\n"; -
trunk/ippMonitor/raw/site.php.in
r30034 r30760 32 32 $REPL_DBNAME_NEBULOUS = "Nebulous"; 33 33 34 $REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu"; 35 $REPL_USER_PSTAMP = "ippMonitor"; 36 $REPL_PASSWORD_PSTAMP = "ippMonitor"; 37 $REPL_DBNAME_PSTAMP = "ippRequestServer"; 38 34 39 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
