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
