Index: /trunk/cluster_status.php
===================================================================
--- /trunk/cluster_status.php	(revision 11)
+++ /trunk/cluster_status.php	(revision 12)
@@ -288,5 +288,7 @@
             $run    = $sparts[ 4 ];
             $sta    = $sparts[ 9 ];
-            if ( $sta == "Scheduling" )
+            if ( $sta == "Active" )
+               $sta    = "up";
+            else if ( $sta == "Scheduling" )
                $sta    = "up";
             else
Index: /trunk/gridctl.php
===================================================================
--- /trunk/gridctl.php	(revision 11)
+++ /trunk/gridctl.php	(revision 12)
@@ -1056,4 +1056,6 @@
       }
 
+if(preg_match("/US3-ADEV/i",$gfacID))
+write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" );
 //write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" );
 //write_log( "  me_d=$me_devel jo_d=$job_devel dm=$devmatch cd=$class_dir" );
