%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page errorPage="../error.jsp"%> <%@ page import="nagios.utilities.*,nagios.ConfigurationObjects.*, java.net.URLEncoder;" %>
Host_name | alias | IP | plantilla | name | |
---|---|---|---|---|---|
<% if(Host.getHost_name().getValue() != null) out.println((String)Host.getHost_name().getValue()); %> | <% if(Host.getAlias().getValue() != null) out.println((String)Host.getAlias().getValue()); %> | <% if(Host.getAddress().getValue() != null) out.println((String)Host.getAddress().getValue()); %> | <% if(Host.getTemplate().getValue() != null) out.println((String)Host.getTemplate().getValue()); %> | <% if(Host.getName().getValue() != null) out.println(Host.getName().getValue()); %> | "> Configurar Host |