2006-04-20 19:40:45 +02:00
|
|
|
|
<?php
|
2006-07-20 00:01:47 +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 - The Free Monitoring System Help - I. Introduction</title>
|
2007-05-27 16:56:13 +02:00
|
|
|
|
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
|
2006-04-20 19:40:45 +02:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div class='logo'>
|
2007-06-21 19:55:26 +02:00
|
|
|
|
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
|
2006-04-20 19:40:45 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="toc">
|
|
|
|
|
<h1><a href="toc.php">Table of Contents</a> <EFBFBD> <a href="chap2.php">2. Users</a></h1>
|
|
|
|
|
|
|
|
|
|
</div>
|
2006-12-19 16:51:15 +01:00
|
|
|
|
<div class="rayah2">
|
2006-04-20 19:40:45 +02:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a name="1"><h1>1. Introduction</h1></a>
|
|
|
|
|
|
|
|
|
|
<h2><a name="11">1.1. Pandora Administration</a></h2>
|
|
|
|
|
|
|
|
|
|
<p>The web console is the tool used to administrate Pandora. It is written in PHP and doesn't
|
|
|
|
|
need any third party software to work <EFBFBD>neither FLASH, JAVA, nor ActiveX
|
|
|
|
|
plug-ins. The Web console can be run over any web browser supporting HTML and
|
|
|
|
|
CSS (IE5+ or Mozilla 4+).</p>
|
|
|
|
|
|
|
|
|
|
<p class="center">
|
|
|
|
|
<img src="images/image001.png" alt="image001">
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>Pandora administration is divided in the following main elements:</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Pandora users</li>
|
|
|
|
|
<li>Agents</li>
|
|
|
|
|
<li>Alerts</li>
|
|
|
|
|
<li>Incidents</li>
|
|
|
|
|
<li>Server configuration</li>
|
|
|
|
|
<li>Database maintenance</li>
|
|
|
|
|
</ul>
|
2006-12-19 16:51:15 +01:00
|
|
|
|
<div class="rayah">
|
|
|
|
|
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
|
|
|
|
</div>
|
2006-04-20 19:40:45 +02:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|