pandorafms/pandora_console/help/en/chap1.php

66 lines
2.3 KiB
PHP
Raw Normal View History

<?php
// 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.
?>
<html>
<head>
<title>Pandora - The Free Monitoring System Help - I. Introduction</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="toc.php">Table of Contents</a> <EFBFBD> <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 <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>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>