Cluster Groups and Nodes


getAllGroupNames(); $nodeGroupNames = $xcmdr->getAllXCATGroups(); // Print the HTML for each of them foreach($nodeGroupNames as $key => $nodeGroupName) { echo HTMLProducer::getXCATGroupTableRow($nodeGroupName); } echo HTMLProducer::getXCATNodeTableFooter(); ?>

Node is good (Status is ready/pbs/sshd)
Node is bad (Status is 'noping')
Other status (unknown/node unavailable...)