- Timestamp:
- Jun 16, 2015, 5:40:03 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cluster_status.php
r11 r12 288 288 $run = $sparts[ 4 ]; 289 289 $sta = $sparts[ 9 ]; 290 if ( $sta == "Scheduling" ) 290 if ( $sta == "Active" ) 291 $sta = "up"; 292 else if ( $sta == "Scheduling" ) 291 293 $sta = "up"; 292 294 else -
trunk/gridctl.php
r10 r12 1056 1056 } 1057 1057 1058 if(preg_match("/US3-ADEV/i",$gfacID)) 1059 write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" ); 1058 1060 //write_log( "$loghdr status/_in/_gw/_ex=$status/$status_in/$status_gw/$status_ex" ); 1059 1061 //write_log( " me_d=$me_devel jo_d=$job_devel dm=$devmatch cd=$class_dir" );
Note:
See TracChangeset
for help on using the changeset viewer.