72 lines
2.5 KiB
PHP
72 lines
2.5 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 - The Free Monitoring System Help - I. Introduction</title>
|
||
<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css">
|
||
<style>
|
||
div.logo {float:left;}
|
||
div.toc {padding-left: 200px;}
|
||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div class='logo'>
|
||
<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora Help v1.2</h1>
|
||
</div>
|
||
<div class="toc">
|
||
<h1><a href="toc.php">Table of Contents</a> » <a href="chap2.php">2. Users</a></h1>
|
||
|
||
</div>
|
||
<div class="rayah2">
|
||
</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 –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>
|
||
<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>
|
||
</body>
|
||
</html>
|