}
if (null != status.getAlerts()) {
List<Alert> clusterAlerts = new ArrayList<Alert>();
for (AgentAlert aa : status.getAlerts()) {
Alert alert = new Alert(aa.getName(), aa.getInstance(),
scHost.getServiceName(), scHost.getServiceComponentName(),
scHost.getHostName(), aa.getState());
alert.setLabel(aa.getLabel());
alert.setText(aa.getText());
clusterAlerts.add(alert);
}
if (0 != clusterAlerts.size())