pandorafms/pandora_console/help/en/chap1.php

56 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<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 {clear:both; border-top: 1px solid #708090; width: 100%;}
</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="rayah">
<p align='right'>Pandora is a GPL Software Project. &copy; Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2005.</p>
</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>
</body>
</html>