Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 30690)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 30760)
@@ -220,5 +220,5 @@
                 showReplicationsStatus($REPL_HOST_GPC1, $REPL_USER_GPC1, $REPL_PASSWORD_GPC1, $REPL_DBNAME_GPC1);
                 showReplicationsStatus($REPL_HOST_NEBULOUS, $REPL_USER_NEBULOUS, $REPL_PASSWORD_NEBULOUS, $REPL_DBNAME_NEBULOUS);
-
+		showReplicationsStatus($REPL_HOST_PSTAMP, $REPL_USER_PSTAMP, $REPL_PASSWORD_PSTAMP, $REPL_DBNAME_PSTAMP);
               echo "</table>";
             echo "</td>\n";
Index: trunk/ippMonitor/raw/site.php.in
===================================================================
--- trunk/ippMonitor/raw/site.php.in	(revision 30690)
+++ trunk/ippMonitor/raw/site.php.in	(revision 30760)
@@ -32,3 +32,8 @@
 $REPL_DBNAME_NEBULOUS = "Nebulous";
 
+$REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu";
+$REPL_USER_PSTAMP = "ippMonitor";
+$REPL_PASSWORD_PSTAMP = "ippMonitor";
+$REPL_DBNAME_PSTAMP = "ippRequestServer";
+
 ?>
