<%@ 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;" %> LISTA DE PLANTILLAS DE HOSTS

LISTA DE PLANTILLAS DE HOSTS

<% HostTO[] Hosts = null; //Obtenemos los datos de la sesion Hosts = (HostTO[])request.getAttribute(Constants.DATA); //Si se ha encontrado algo if (Hosts != null){ for (int i = 0; i <% } } %>
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
<% //Si el usuario es administrador le permitimos añadir Hosts AdmUserTO usuario = (AdmUserTO)request.getSession().getAttribute(Constants.ADMUSER); if (usuario.isAdmin()){ %> Añadir una nueva plantilla <% if (Hosts != null){ %>

Borrar Host

Name:
<% } } %> e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


APLICACIÓN PARA LA GENERACIÓN Y ADMINISTRACIÓN DE LA CONFIGURACIÓN DE NAGIOS

: Bravo Ortiz, Agustín
: Ingeniería Telecomunicación
Contenido del proyecto: