<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ page import="oracle.sysman.eml.mntr.Constants"%> <%@ page import="oracle.sysman.resources.health.HealthResourceBundle"%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf" %> <%@ include file="header.jsp" %> <% String tableTooLong = (String)request.getAttribute("tableTooLong"); if((tableTooLong != null) && (tableTooLong.equals("true"))) { String tableTooLongMsg = (String)request.getAttribute("tableTooLongMsg"); %> <% } %> <%@ include file="healthTimestampAndTabs.jsp" %> <% String hasTable = (String)request.getAttribute("hasTable"); if(hasTable.equals("true")) { %> <% } %> <% String metricErrors = defaultBean.getmetricErrorsCount(); String metricErrorsDest = defaultBean.getmetricErrorLink(); if (metricErrors != null) { %> <% } String disabled = defaultBean.getdisabled(); %> <% String orientation = "bottom"; %> <%@ include file="healthFaintTabs.jsp" %> <%@ include file="healthRelatedLinks.jsp" %>