Index: branches/eam_branches/ipp-20110213/ippMonitor/def/autocodeImage.php
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/def/autocodeImage.php	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/def/autocodeImage.php	(revision 31146)
@@ -136,4 +136,22 @@
       $filter = 0;
       break;
+    case 'g':
+      $filter = 1;
+      break;
+    case 'r':
+      $filter = 2;
+      break;
+    case 'i':
+      $filter = 3;
+      break;
+    case 'z':
+      $filter = 4;
+      break;
+    case 'y':
+      $filter = 5;
+      break;
+    case 'w':
+      $filter = 6;
+      break;
     default:
       $filter = $value;
Index: branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_labels.php
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_labels.php	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_labels.php	(revision 31146)
@@ -191,4 +191,5 @@
       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);
+      showReplicationsStatus($REPL_HOST_IPPADMIN, $REPL_USER_IPPADMIN, $REPL_PASSWORD_IPPADMIN, $REPL_DBNAME_IPPADMIN);
       echo "</table>";
 
Index: branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlot.php
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlot.php	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlot.php	(revision 31146)
@@ -258,4 +258,22 @@
     $filter = 6;
     break;
+   case 'g':
+    $filter = 1;
+    break;
+   case 'r':
+    $filter = 2;
+    break;
+   case 'i':
+    $filter = 3;
+    break;
+   case 'z':
+    $filter = 4;
+    break;
+   case 'y':
+    $filter = 5;
+    break;
+   case 'w':
+    $filter = 6;
+    break;
    default:
     $filter = 0;
Index: branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotcam.php
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotcam.php	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotcam.php	(revision 31146)
@@ -258,4 +258,22 @@
     $filter = 6;
     break;
+   case 'g':
+    $filter = 1;
+    break;
+   case 'r':
+    $filter = 2;
+    break;
+   case 'i':
+    $filter = 3;
+    break;
+   case 'z':
+    $filter = 4;
+    break;
+   case 'y':
+    $filter = 5;
+    break;
+   case 'w':
+    $filter = 6;
+    break;   
    default:
     $filter = 0;
Index: branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotraw.php
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotraw.php	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/raw/simplePlotraw.php	(revision 31146)
@@ -238,4 +238,22 @@
     $filter = 6;
     break;
+   case 'g':
+    $filter = 1;
+    break;
+   case 'r':
+    $filter = 2;
+    break;
+   case 'i':
+    $filter = 3;
+    break;
+   case 'z':
+    $filter = 4;
+    break;
+   case 'y':
+    $filter = 5;
+    break;
+   case 'w':
+    $filter = 6;
+    break;
    default:
     $filter = 0;
Index: branches/eam_branches/ipp-20110213/ippMonitor/raw/site.php.in
===================================================================
--- branches/eam_branches/ipp-20110213/ippMonitor/raw/site.php.in	(revision 31083)
+++ branches/eam_branches/ipp-20110213/ippMonitor/raw/site.php.in	(revision 31146)
@@ -22,8 +22,8 @@
 $DELETION_DELAY = 15;
 
-$REPL_HOST_GPC1 = "ipp0012.IfA.Hawaii.Edu";
-$REPL_USER_GPC1 = "ipp";
-$REPL_PASSWORD_GPC1 = "ipp";
-$REPL_DBNAME_GPC1 = "ippadmin";
+$REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu";
+$REPL_USER_IPPADMIN = "ipp";
+$REPL_PASSWORD_IPPADMIN = "ipp";
+$REPL_DBNAME_IPPADMIN = "ippadmin";
 
 $REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu";
@@ -37,3 +37,8 @@
 $REPL_DBNAME_PSTAMP = "ippRequestServer";
 
+$REPL_HOST_GPC1 = "ippc02.IfA.Hawaii.Edu";
+$REPL_USER_GPC1 = "ippMonitor";
+$REPL_PASSWORD_GPC1 = "ippMonitor";
+$REPL_DBNAME_GPC1 = "gpc1";
+
 ?>
