Index: /branches/ccl_branches/ipp-20190806/ippMonitor/raw/czartool_labels.php
===================================================================
--- /branches/ccl_branches/ipp-20190806/ippMonitor/raw/czartool_labels.php	(revision 41025)
+++ /branches/ccl_branches/ipp-20190806/ippMonitor/raw/czartool_labels.php	(revision 41026)
@@ -80,18 +80,24 @@
 
 $servers=array(
-        #"addstar",
-        #"addstarlap",
-	"ippqub:stdscience_ws",
-        "cleanup",
-        #"detrend",
-        "distribution",
-        "pstamp",
-        # "update",
-        # "publishing",
-        "registration",
-        "stack",
-        # "deepstack",
-        "stdscience",
-        "summitcopy");
+##### should be the same as Pantasks.pm ####
+##### standard pantasks ######
+        "cleanup", 
+        "distribution", 
+        "pstamp", 
+        "registration", 
+        "stack", 
+        "stdscience", 
+        "summitcopy",
+##### additional pantasks ######
+#        "addstar", 
+#        "addstarlap",
+#        "deepstack",
+#        "detrend", 
+#        "ippqub:stdscience_ws",
+#        "publishing", 
+#        "replication", 
+#        "update",
+        "temp"
+);
 
 $pass = $ID['pass'];
@@ -299,5 +305,5 @@
       showPingStatus($HOST_GATEWAY_SECONDARY, $DBNAME_GATEWAY_SECONDARY);
 
-#      showPingStatus($HOST_APACHE1, $DBNAME_APACHE1);
+      showPingStatus($HOST_APACHE1, $DBNAME_APACHE1);
       showPingStatus($HOST_APACHE2, $DBNAME_APACHE2);
       showPingStatus($HOST_APACHE3, $DBNAME_APACHE3);
@@ -1141,5 +1147,6 @@
 function showDatabaseStatus($Host, $User, $Password, $DatabaseName) {
     #print "<br>$replHost, $replUser, $replPassword, $replDatabaseName<br/>";
-    $db = DB::connect("mysql://$User:$Password@$Host");
+    #$db = DB::connect("mysql://$User:$Password@$Host");
+    $db = DB::connect("mysqli://$User:$Password@$Host");
     if (PEAR::isError($db)) {
         echo "<tr><td>$DatabaseName</td><td bgcolor=\"red\">MySQL DB connection error</td></tr>";
