Index: /trunk/ippMonitor/czartool/czartool/Pantasks.pm
===================================================================
--- /trunk/ippMonitor/czartool/czartool/Pantasks.pm	(revision 41457)
+++ /trunk/ippMonitor/czartool/czartool/Pantasks.pm	(revision 41458)
@@ -21,4 +21,5 @@
         "detrend", 
         "ippqub:stdscience_ws",
+        "ippqub2:stdscience_ws",
         "publishing", 
         "replication", 
Index: /trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- /trunk/ippMonitor/raw/czartool_labels.php	(revision 41457)
+++ /trunk/ippMonitor/raw/czartool_labels.php	(revision 41458)
@@ -79,5 +79,11 @@
 );	     
 
-$servers=array(
+$pass = $ID['pass'];
+$proj = $ID['proj'];
+$menu = $ID['menu'];
+
+#set up the list of servers to check. different for gpc1 and gpc2
+if ($proj == 'gpc1') {
+    $servers=array(
         #"addstar",
         #"addstarlap",
@@ -94,8 +100,14 @@
         "stdscience",
         "summitcopy");
-
-$pass = $ID['pass'];
-$proj = $ID['proj'];
-$menu = $ID['menu'];
+} else {
+    $servers=array(
+	"ippqub2:stdscience_ws",
+        "cleanup",
+        "distribution",
+        "registration",
+        "stdscience",
+        "summitcopy");
+}
+
 
 // The Update mode of czartool is obsolete since we don't use the update
@@ -263,4 +275,6 @@
 echo "<tr><td>data store</td>
           <td><a href=\"https://svn.ifa.hawaii.edu/\" target=new><font color=\"blue\">here</font></a></td></tr>";
+echo "<tr><td>Pan-STARRS data overview plots</td>
+          <td><a href=\"http://ipp.ifa.hawaii.edu/skycoverage.20201110\" target=new><font color=\"blue\">here</font></a></td></tr>";
 
 $plotTypeLink = ($plotType == "linear") ? "log" : "linear";
