Ignore:
Timestamp:
Jun 16, 2015, 5:40:03 PM (9 years ago)
Author:
gegorbet
Message:

minor cluster status fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cluster_status.php

    r11 r12  
    288288            $run    = $sparts[ 4 ];
    289289            $sta    = $sparts[ 9 ];
    290             if ( $sta == "Scheduling" )
     290            if ( $sta == "Active" )
     291               $sta    = "up";
     292            else if ( $sta == "Scheduling" )
    291293               $sta    = "up";
    292294            else
Note: See TracChangeset for help on using the changeset viewer.