2006-04-20 19:40:45 +02:00
|
|
|
|
<?php
|
2006-09-10 18:48:18 +02:00
|
|
|
|
// Pandora - the Free monitoring system
|
|
|
|
|
// ====================================
|
|
|
|
|
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
|
|
|
|
// Copyright (c) 2005-2006 Artica Soluciones Tecnol<6F>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.
|
2006-04-20 19:40:45 +02:00
|
|
|
|
?>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Pandora - Sistema de monitorización de Software Libre - Ayuda - VII. Configuración de Servidor</title>
|
|
|
|
|
<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css">
|
|
|
|
|
<style>
|
|
|
|
|
.ml25 {margin-left: 25px;}
|
|
|
|
|
div.logo {float:left;}
|
|
|
|
|
div.toc {padding-left: 200px;}
|
|
|
|
|
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<div class='logo'>
|
|
|
|
|
<img src="../../images/logo_menu.gif" alt='logo'><h1>Ayuda de Pandora v1.2</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="toc">
|
|
|
|
|
<h1><a href="chap6.php">6. Auditoría del Sistema</a> <EFBFBD> <a href="toc.php">Índice</a> <EFBFBD> <a href="chap8.php">8. Mantenimiento de la Base de Datos</a></h1>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="rayah">
|
|
|
|
|
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2006-09-10 18:48:18 +02:00
|
|
|
|
<h1><a name="7">7. Servidores Pandora</a></h1>
|
2006-04-20 19:40:45 +02:00
|
|
|
|
|
2006-09-10 18:48:18 +02:00
|
|
|
|
<p>Desde <EFBFBD>Gestión<EFBFBD> en el menú de administración se puede acceder a la lista de los Servidores Pandora que están configurados y administrarlos.</p>
|
2006-04-20 19:40:45 +02:00
|
|
|
|
|
2006-09-10 18:48:18 +02:00
|
|
|
|
<p>Desde <EFBFBD>Servidores Pandora<EFBFBD> en el menú de operación se puede acceder a la lista de los Servidores Pandora.</p>
|
2006-04-20 19:40:45 +02:00
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|