71 lines
2.9 KiB
PHP
71 lines
2.9 KiB
PHP
<?php
|
|
// Pandora - the Free monitoring system
|
|
// ====================================
|
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
|
|
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License
|
|
// as published by the Free Software Foundation; either version 2
|
|
// of the License, or (at your option) any later version.
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>Pandora - Sistema de monitorización de Software Libre - Ayuda - I. Introdución</title>
|
|
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class='logo'>
|
|
<img src="../../images/logo_menu.gif" alt='logo'><h1>Ayuda de Pandora FMS 1.3</h1>
|
|
</div>
|
|
<div class="toc">
|
|
<h1><a href="toc.php">Índice</a> » <a href="chap2.php">2. Usuarios</a></h1>
|
|
|
|
</div>
|
|
<div class="rayah2"></div>
|
|
|
|
<h1><a name="1">1. Introducción</a></h1>
|
|
|
|
<h2><a name="11">1.1. Administración de Pandora</a></h2>
|
|
<p>La administración de Pandora se realiza desde la aplicación Web.</p>
|
|
|
|
<p>La consola Web esta programada en
|
|
PHP y no requiere por parte del usuario final la instalación de ningún software
|
|
adicional: ni plug-in de FLASH, ni Java, ni ActiveX, puede accederse desde
|
|
cualquier plataforma que soporte HTML y CSS (IE5+ o Mozilla 4+).</p>
|
|
|
|
<p>La consola Web puede ejecutarse
|
|
en múltiples servidores, podemos tener tantas consolas Web como queramos, tanto
|
|
para repartir carga como para facilitar el acceso por problemas logísticos
|
|
(grandes redes, numerosos grupos de usuarios diferentes, diferencias
|
|
geográficas, diferencias administrativas, etc.). Su único requisito es poder
|
|
acceder al contenedor de datos donde Pandora almacena todo: la base de datos.</p>
|
|
|
|
<p class="center">
|
|
<img src="images/image001.png" alt="image001">
|
|
</p>
|
|
|
|
<p>La administración de Pandora se divide de la siguiente forma:</p>
|
|
<ul>
|
|
<li>Usuarios de Pandora</li>
|
|
<li>Agentes</li>
|
|
<li>Alertas</li>
|
|
<li>Incidentes ocurridos en la red</li>
|
|
<li>Configuración del servidor</li>
|
|
<li>Mantenimiento de la Base de Datos</li>
|
|
</ul>
|
|
|
|
<div class="rayah">
|
|
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|