2006-09-10 Raul Mateos <raulofpandora@gmail.com>
* Massive upload several files, to reflect changes in help, only text, no code changed. * pandoradb.sql: change value of ultimo_contacto row in tagente table to 0000-00-00 00:00:00, to solve a small issue when the agent haven't send any data git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@158 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8549e7a0f0
commit
f3a9abfa19
|
@ -1,4 +1,13 @@
|
|||
2006-09-04 Raul Mateos <raulofpandora@gmail.com>
|
||||
2006-09-10 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* Massive upload several files, to reflect changes in help,
|
||||
only text, no code changed
|
||||
|
||||
* pandoradb.sql: change value of ultimo_contacto row in
|
||||
tagente table to 0000-00-00 00:00:00, to solve a small issue
|
||||
when the agent haven't send any data
|
||||
|
||||
2006-09-08 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* images/pandora.ico: New icon for Pandora Web Console
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ if (comprueba_login() == 0) {
|
|||
if (isset($_GET["server"])) {
|
||||
$id_server=entrada_limpia($_GET["server"]);
|
||||
echo "<h2>".$lang_label["view_servers"]."</h2>";
|
||||
echo "<h3>".$lang_label["update_server"]."<a href='help/".$help_code."/chap2.php#22' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["update_server"]."<a href='help/".$help_code."/chap7.php#7' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
|
||||
$query="SELECT * FROM tserver WHERE id_server=".$id_server;
|
||||
$result=mysql_query($query);
|
||||
|
@ -80,7 +80,7 @@ if (comprueba_login() == 0) {
|
|||
$sql='SELECT * FROM tserver';
|
||||
|
||||
echo "<h2>".$lang_label["view_servers"]."</h2>";
|
||||
echo "<h3>".$lang_label["manage_servers"]."<a href='help/".$help_code."/chap2.php#22' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["manage_servers"]."<a href='help/".$help_code."/chap7.php#7' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
|
||||
// Connect DataBase
|
||||
$result=mysql_query($sql);
|
||||
|
|
|
@ -66,7 +66,7 @@ if (comprueba_login() == 0)
|
|||
|
||||
// Create link
|
||||
echo "<h2>".$lang_label["setup_screen"]."</h2>";
|
||||
echo "<h3>".$lang_label["link_management"]."</h3>";
|
||||
echo "<h3>".$lang_label["link_management"]."<a href='help/".$help_code."/chap9.php#91' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo '<table class="fon" cellpadding="3" cellspacing="3" width="500">';
|
||||
echo '<form name="ilink" method="post" action="index.php?sec=gsetup&sec2=godmode/setup/links">';
|
||||
if ($creation_mode == 1)
|
||||
|
@ -86,7 +86,7 @@ if (comprueba_login() == 0)
|
|||
|
||||
else { // Main list view for Links editor
|
||||
echo "<h2>".$lang_label["setup_screen"]."</h2>";
|
||||
echo "<h3>".$lang_label["link_management"]."</h3>";
|
||||
echo "<h3>".$lang_label["link_management"]."<a href='help/".$help_code."/chap9.php#9' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<table cellpadding=3 cellspacing=3>";
|
||||
echo "<th class='w180'>".$lang_label["link_name"];
|
||||
echo "<th class='w80'>".$lang_label["delete"];
|
||||
|
|
|
@ -43,7 +43,7 @@ if (comprueba_login() == 0)
|
|||
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_bgimage."' WHERE token='bgimage'");
|
||||
}
|
||||
echo "<h2>".$lang_label["setup_screen"]."</h2>";
|
||||
echo "<h3>".$lang_label["general_config"]."<a href='help/".$help_code."/chap7.php#7' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["general_config"]."<a href='help/".$help_code."/chap9.php#9' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<form name='setup' method='POST' action='index.php?sec=gsetup&sec2=godmode/setup/setup&update=1'>";
|
||||
echo '<table width="500" cellpadding="3" cellspacing="3">';
|
||||
echo '<tr><td class="lb" rowspan="9" width="5"></td><td class="datos">'.$lang_label["language_code"];
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -34,8 +34,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -40,7 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="1"><h1>1. Introduction</h1></a>
|
||||
|
|
|
@ -39,7 +39,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="2"><h1>2. Users</h1></a>
|
||||
|
@ -129,5 +129,12 @@ a user usually reflects the user's activity.</p>
|
|||
|
||||
<p class="center"><img src="images/image006.png"></p>
|
||||
|
||||
<h2><a name="25">2.5. Messages to users</a></h2>
|
||||
|
||||
<p>To create a new message to other user, go to "Messages" section in the Operation menu «Mensajes». You can also read the received messages, but the sent messages are not stored.</p>
|
||||
|
||||
<h3><a name="251">2.5.1. Messages to groups</a></h3>
|
||||
<p>From "Messages">"Messages to groups" section in the Operation menu you can send messages to groups of users. The sent messages will not be stores.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -43,7 +43,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="3"><h1>3. Agents</h1></a>
|
||||
|
@ -255,6 +255,14 @@ form indicate whether it is the modules or the alerts configuration what is to
|
|||
be deleted. The application will prompt to confirm the deletion, as once
|
||||
deletion is performed, the data associated to them will also be deleted.</p>
|
||||
|
||||
<h3><a name="323">3.2.4. Agents group detail</a></h3>
|
||||
|
||||
<p>Once you have configured your groups and agents, you can see the status of the groups of agents through "View Agents", in the Operation Menu.</p>
|
||||
|
||||
<p>If you pass the mouse over any group image, you'll see the number of agents of that group as well the number of monitors, organized by status.</p>
|
||||
|
||||
<p>By pressing the icon <img src="../../images/target.gif"> at the right of any group image, you will update the info of that group.</p>
|
||||
|
||||
<h2><a name="33">3.3. Agent monitoring </a></h2>
|
||||
|
||||
<p>When the agents start the data transmission to the server, and it is added in the Web console, Pandora processes and inserts the data in the Database. The data are consolidated and can be accessed from the Web console, either as row data or as graphs.</p>
|
||||
|
@ -293,7 +301,7 @@ modules, the number of monitors and the number of monitors with "incorrect" stat
|
|||
<p><img src="../../images/dot_green.gif"> No alerts have been sent.</p>
|
||||
<p><img src="../../images/dot_red.gif"> When at least one alert has been sent within the time threshold of the alert.</p>
|
||||
</div>
|
||||
<p><b>Last contact:</b> Shows the time and date of the last data package sent by the agent.</p>
|
||||
<p><b>Last contact:</b> Shows the time and date of the last data package sent by the agent, using a progress bar, according to value of the interval. If you see the image <img src="../../images/outof.gif">, the agent has not send data during the interval. Passing the mouse over the image will show you the last contact in time and date format.</p>
|
||||
|
||||
<p><b><u>Note:</u></b> The icon <img src="../../images/setup.gif" width="15"> is only visible if you're and administrator and it's a link to the "Manage Agents" > "Update Agent" option in the Administration menu.</p>
|
||||
<h3><a name="332">3.3.2. Accessing the data of an agent</a></h3>
|
||||
|
@ -454,5 +462,8 @@ values from the modules the agent sends after each time interval.</li>
|
|||
<p class="center"><img src="images/image032.png"></p>
|
||||
<p class="center"><img src="images/image033.png"></p>
|
||||
|
||||
<h2><a name="34">3.4. SNMP Console</a></h2>
|
||||
|
||||
<h3><a name="341">3.4.1. SNMP Alerts</a></h3>
|
||||
</body>
|
||||
</html>
|
|
@ -40,7 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="4"><h1>4. Incident management</h1></a>
|
||||
|
|
|
@ -40,7 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="5"><h1>5. Events</h1></a>
|
||||
|
|
|
@ -35,11 +35,11 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora Help v1.2</h1>
|
||||
</div>
|
||||
<div class="toc">
|
||||
<h1><a href="chap5.php">5. Events</a> « <a href="toc.php">Table of Contents</a> » <a href="chap7.php">7. Server Configuration</a></h1>
|
||||
<h1><a href="chap5.php">5. Events</a> « <a href="toc.php">Table of Contents</a> » <a href="chap7.php">7. Pandora Servers</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="6"><h1>6. System audit</h1></a>
|
||||
|
|
|
@ -39,44 +39,18 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="7"><h1>7. Server Configuration</h1></a>
|
||||
<a name="7"><h1>7. Pandora Servers</h1></a>
|
||||
|
||||
<p>All the configurable parameters in Pandora can be set in the "Pandora Setup" section, in the Administration menu.</p>
|
||||
|
||||
<p class="center"><img src="images/image051.png"></p>
|
||||
<h1><a name="7">7. Configuración de los servidores</a></h1>
|
||||
|
||||
These parameters are:</p>
|
||||
|
||||
<p><b>Language:</b> In following versions or revisions of the actual Pandora version will support more languages. At the moment version 1.1 only supports English, Spanish, Euskera and Bable.</p>
|
||||
<p><b>Page block size:</b> Maximum size of the lists in the event, incident and audit log sections.</p>
|
||||
<p><b>Max. days before compact data:</b> This parameter controls data compacting. From the
|
||||
number of days in this parameter the data starts getting compacted. For large
|
||||
amounts of data it is recommended to set this parameter to a number between 14
|
||||
and 28; for systems with less data load or very powerful systems, a number
|
||||
between 30 and 50 will be enough.</p>
|
||||
<p><b>Max. days before purge:</b> This parameter controls how long the data is kept
|
||||
before it is permanently deleted. The recommended value is 60. For systems with
|
||||
little resources or large work load the recommended value is between 40 and 50.</p>
|
||||
<p><b>Graphic resolution (1 low, 5 high):</b> This value represents the precision of the
|
||||
interpolation logarithm to generate the graphics.</p>
|
||||
<p><b>Compact interpolation (Hours: 1 fine, 10 medium, 20 bad):</b> This is the grade of compression used to compact the Data Base, being 1 the lowest compression rate and 20 the highest. A value above 12 means a considerable data loss. It's not recommended to use value above 6 if the data needs to be
|
||||
represented graphically in large time intervals.</p>
|
||||
|
||||
<h2><a name="71">7.1. Links</a></h2>
|
||||
|
||||
<p>Links to different Internet or private network links can be configured in Pandora. These could be search engines, applications or company Intranets.</p>
|
||||
|
||||
<p>The links configured in Pandora can be edited through the "Pandora Setup">"Links" option in the Administration menu.</p>
|
||||
|
||||
<p class="center"><img src="images/image052.png"></p>
|
||||
|
||||
<p>A new link is created by clicking on "Create".The link can be then edited:</p>
|
||||
|
||||
<p class="center"><img src="images/image053.png"></p>
|
||||
<p>From "Manage Servers" section, in the Administration menu you can see a list of configured Pandora Servers and also can manage them.</p>
|
||||
|
||||
<p>From "Pandora Servers" in the Operation menu you can see a list of the Pandora Servers.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -35,11 +35,11 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora Help v1.2</h1>
|
||||
</div>
|
||||
<div class="toc">
|
||||
<h1><a href="chap7.php">7. Server Configuration</a> « <a href="toc.php">Table of Contents</a></h1>
|
||||
<h1><a href="chap7.php">7. Pandora Servers</a> « <a href="toc.php">Table of Contents</a> » <a href="chap9.php">9. Pandora Configuration</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="8"><h1>8. Database Maintenance</h1></a>
|
||||
|
|
|
@ -0,0 +1,81 @@
|
|||
<?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 - IX. Pandora Configuration</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="chap8.php">8. Database maintenance</a> « <a href="toc.php">Table of Contents</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<a name="9"><h1>9. Pandora Configuration</h1></a>
|
||||
|
||||
<p>All the configurable parameters in Pandora can be set in the "Pandora Setup" section, in the Administration menu.</p>
|
||||
|
||||
<p class="center"><img src="images/image051.png"></p>
|
||||
|
||||
These parameters are:</p>
|
||||
|
||||
<p><b>Language:</b> In following versions or revisions of the actual Pandora version will support more languages. At the moment version 1.1 only supports English, Spanish, Euskera and Bable.</p>
|
||||
<p><b>Page block size:</b> Maximum size of the lists in the event, incident and audit log sections.</p>
|
||||
<p><b>Max. days before compact data:</b> This parameter controls data compacting. From the
|
||||
number of days in this parameter the data starts getting compacted. For large
|
||||
amounts of data it is recommended to set this parameter to a number between 14
|
||||
and 28; for systems with less data load or very powerful systems, a number
|
||||
between 30 and 50 will be enough.</p>
|
||||
<p><b>Max. days before purge:</b> This parameter controls how long the data is kept
|
||||
before it is permanently deleted. The recommended value is 60. For systems with
|
||||
little resources or large work load the recommended value is between 40 and 50.</p>
|
||||
<p><b>Graphic resolution (1 low, 5 high):</b> This value represents the precision of the
|
||||
interpolation logarithm to generate the graphics.</p>
|
||||
<p><b>Compact interpolation (Hours: 1 fine, 10 medium, 20 bad):</b> This is the grade of compression used to compact the Data Base, being 1 the lowest compression rate and 20 the highest. A value above 12 means a considerable data loss. It's not recommended to use value above 6 if the data needs to be
|
||||
represented graphically in large time intervals.</p>
|
||||
|
||||
<h2><a name="91">9.1. Links</a></h2>
|
||||
|
||||
<p>Links to different Internet or private network links can be configured in Pandora. These could be search engines, applications or company Intranets.</p>
|
||||
|
||||
<p>The links configured in Pandora can be edited through the "Pandora Setup">"Links" option in the Administration menu.</p>
|
||||
|
||||
<p class="center"><img src="images/image052.png"></p>
|
||||
|
||||
<p>A new link is created by clicking on "Create".The link can be then edited:</p>
|
||||
|
||||
<p class="center"><img src="images/image053.png"></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,9 +1,22 @@
|
|||
<?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
|
||||
|
||||
// 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>
|
||||
|
@ -37,6 +50,8 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t2"><a href="chap2.php#22">2.2. Adding a user</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#23">2.3. Deleting a user</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#24">2.4. Statistics</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#25">2.5. Messages to users</a></dd>
|
||||
<dd class="help_t3"><a href="chap2.php#251">2.5.1. Menssages to groups</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap3.php#3"><h1>3. Agents</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#31">3.1. Group Manager</a></dd>
|
||||
|
@ -46,6 +61,7 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t4"><a href="chap3.php#3221">3.2.2.1. Adding an Alert</a></dd>
|
||||
<dd class="help_t4"><a href="chap3.php#3222">3.2.2.2. Assigning Alerts</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#323">3.2.3. Agent module and agent's alert management</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#324">3.2.4. Agents group detail</a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#33">3.3. Agent monitoring</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#331">3.3.1. Agent view</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#332">3.3.2. Accessing the data of an agent</a></dd>
|
||||
|
@ -58,6 +74,8 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t3"><a href="chap3.php#335">3.3.5. Alert details</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#336">3.3.6. Data export</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#337">3.3.7. Statistics</a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#34">3.4. SNMP Console</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#341">3.4.1. SNMP Console</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap4.php#4"><h1>4. Incident management</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap4.php#41">4.1. Adding an incident</a></dd>
|
||||
|
@ -73,8 +91,7 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t1"><a href="chap6.php#6"><h1>6. System audit</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap6.php#61">6.1. Statistics</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap7.php#7"><h1>7. Server configuration</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap7.php#71">7.1. Links </a></dd>
|
||||
<dd class="help_t1"><a href="chap7.php#7"><h1>7. Pandora Servers</h1></a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap8.php#8"><h1>8. Database maintenance</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap8.php#81">8.1. DB Information</a></dd>
|
||||
|
@ -85,6 +102,10 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t2"><a href="chap8.php#84">8.4. Purging system data</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#841">8.4.1. Audit data purge</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#842">8.4.2. Event data purge</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap7.php#7"><h1>9. Pandora configuration</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap7.php#71">9.1. Links</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
@ -115,5 +126,12 @@ el menú de operación.</p>
|
|||
|
||||
<p class="center"><img src="images/image006.png"></p>
|
||||
|
||||
<h2><a name="25">2.5. Mensajes a usuarios</a></h2>
|
||||
|
||||
<p>Desde «Mensajes», en el menú de operación podemos enviar mensajes a otros usuarios y leer los mensajes que hemos recibido. No se almancenan los que se han enviado.</p>
|
||||
|
||||
<h3><a name="251">2.5.1. Mensajes a grupos</a></h3>
|
||||
<p>Desde «Mensajes»>«Mensajes a grupos» en el menú de operación podemos enviar mensajes a grupos de usuarios. No se almancenan los que se han enviado.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,9 +1,22 @@
|
|||
<?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
|
||||
|
||||
// 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>
|
||||
|
@ -272,6 +285,14 @@ de las alertas o todo el conjunto. Se pedirá confirmación antes de
|
|||
dado que al eliminar los módulos asignados a un agente se eliminará también
|
||||
todos los datos asociados a éstos.</p>
|
||||
|
||||
<h3><a name="323">3.2.4. Grupos de agentes</a></h3>
|
||||
|
||||
<p>Una vez que se han configurado los grupos y los agentes, se puede ver el estado de los grupos de agente utilizando la opción «Ver agentes» del menú de operación</p>
|
||||
|
||||
<p>Si pasamos el ratón sobre cualquier imagen de grupo, veremos el número de agentes que tiene el grupo además del número de monitores, organizado por estado.</p>
|
||||
|
||||
<p>Si pulsamos el icono <img src="../../images/target.gif"> que aparece a la derecha de cada grupo, se refrescará la información del grupo seleccionado.</p>
|
||||
|
||||
<h2><a name="33">3.3. Monitorización de agentes</a></h2>
|
||||
|
||||
<p>Una vez el agente empieza a
|
||||
|
@ -317,7 +338,7 @@ problema de comunicación o a un
|
|||
<p><img src="../../images/dot_green.gif"> Cuando no se ha enviado ninguna alerta.</p>
|
||||
<p><img src="../../images/dot_red.gif"> Cuando se ha enviado al menos una alerta en el período definido como «time threshold» o «umbral de tiempo» en la alerta.</p>
|
||||
</div>
|
||||
<p><b>Último contacto</b>: Muestra la fecha y hora en que se recibieron los últimos datos del agente.</p>
|
||||
<p><b>Último contacto</b>: Muestra la fecha y hora en que se recibieron los últimos datos del agente, utilizando una barra de progreso, de acuerdo con el valor del intervalo. Si se muestra la imagen <img src="../../images/outof.gif">, el agente no ha enviado datos al finalizar el intervalo. Si pasamos el ratón encima de la imagen, se mostrará el último contacto en formato de fecha y hora.</p>
|
||||
|
||||
<p><b><u>Nota:</u></b> El icono <img src="../../images/setup.gif" width="15"> sólo es visible si es usuario es administrador y es un enlace a la opción «Gestionar agentes» > «Actualizar agente» del menú de administración.</p>
|
||||
|
||||
|
@ -482,5 +503,9 @@ módulos que envía un agente cada intervalo de tiempo.</li>
|
|||
<p class="center"><img src="images/image032.png"></p>
|
||||
<p class="center"><img src="images/image033.png"></p>
|
||||
|
||||
<h2><a name="34">3.4. Consola SNMP</a></h2>
|
||||
|
||||
<h3><a name="341">3.4.1. Alertas SNMP</a></h3>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
@ -20,7 +31,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<img src="../../images/logo_menu.gif" alt='logo'><h1>Ayuda de Pandora v1.2</h1>
|
||||
</div>
|
||||
<div class="toc">
|
||||
<h1><a href="chap5.php">5. Eventos</a> « <a href="toc.php">Índice</a> » <a href="chap7.php">7. Configuración de Servidor</a></h1>
|
||||
<h1><a href="chap5.php">5. Eventos</a> « <a href="toc.php">Índice</a> » <a href="chap7.php">7. Servidores Pandora</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
@ -27,51 +38,11 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<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>
|
||||
|
||||
<h1><a name="7">7. Configuración de Servidor</a></h1>
|
||||
<h1><a name="7">7. Servidores Pandora</a></h1>
|
||||
|
||||
<p>Desde «Configuración» en el menú de administración se puede acceder a los parámetros configurables de Pandora</p>
|
||||
<p class="center"><img src="images/image051.png"></p>
|
||||
<p>Desde «Gestión» en el menú de administración se puede acceder a la lista de los Servidores Pandora que están configurados y administrarlos.</p>
|
||||
|
||||
<p>Estos parámetros son:</p>
|
||||
|
||||
<p><b>Código de lenguaje para Pandora.</b> En sucesivas versiones o ampliaciones de la versión
|
||||
actual pueden aparecer nuevos idiomas. En la versión 1.1, sólo están soportados
|
||||
Inglés y Español (Castellano).</p>
|
||||
|
||||
<p><b>Tamaño de bloque para la paginación</b>. Tamaño máximo de las listas en la sección de eventos,
|
||||
incidentes y Logs de auditoría.</p>
|
||||
|
||||
<p><b>Máx. días antes de comprimir datos</b>. Este parámetro controla la compactación de los datos. A
|
||||
partir del número de días indicados, se comienzan a compactar datos. Para datos
|
||||
con un gran volumen, se recomienda un número entre 14 y 28, para sistemas con
|
||||
poca carga o muy potentes, un número entre 30 y 50.</p>
|
||||
|
||||
<p><b>Máx. días antes de eliminar datos</b>. Este parámetro controla el máximo total de días que
|
||||
pueden tener los datos antes de ser definitivamente eliminados de la base de
|
||||
datos. Un valor recomendado es 60. Para sistemas con pocos recursos o con mucha
|
||||
carga, está recomendado un valor entre 40 y 50.</p>
|
||||
|
||||
<p><b>Resolución de los gráficos</b> (1 baja, 5 alta). Representa la precisión empleada en el
|
||||
algoritmo de interpolación empleado para generar los gráficos.</p>
|
||||
|
||||
<p><b>Interpolación de la compactación</b> (Horas: 1 bueno, 10 medio, 20 malo). Indica el grado de
|
||||
compresión utilizado para la compactación de las bases de datos, siendo el valor
|
||||
1 el de menor y 20 el de mayor compactación. Un valor por encima de 12
|
||||
representa una seria degradación de los valores compactados. No se recomienda
|
||||
en general utilizar un valor superior a 6 si se emplea la funcionalidad de los
|
||||
gráficos para comparar tendencias en rangos de tiempo amplios.</p>
|
||||
|
||||
<h2><a name="71">7.1. Enlaces</a></h2>
|
||||
<p>En Pandora se pueden configurar
|
||||
enlaces a diversos enlaces de Internet o redes internas, tales como motores de
|
||||
búsqueda, aplicaciones o sitios de la Intranet corporativa. </p>
|
||||
<p>Para ver los enlaces que hay configurados accedemos a «Configuración» > «Enlaces», en el menú de administración.
|
||||
|
||||
<p class="center"><img src="images/image052.png"></p>
|
||||
|
||||
<p>Para crear un enlace nuevo se pincha en «Crear» y podemos editar el nuevo enlace:</p>
|
||||
|
||||
<p class="center"><img src="images/image053.png"></p>
|
||||
<p>Desde «Servidores Pandora» en el menú de operación se puede acceder a la lista de los Servidores Pandora.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,9 +1,20 @@
|
|||
<?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
|
||||
// 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>
|
||||
|
@ -20,7 +31,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<img src="../../images/logo_menu.gif" alt='logo'><h1>Ayuda de Pandora v1.2</h1>
|
||||
</div>
|
||||
<div class="toc">
|
||||
<h1><a href="chap7.php">7. Configuración de Servidor</a> « <a href="toc.php">Índice</a>
|
||||
<h1><a href="chap7.php">7. Servidores Pandora</a> « <a href="toc.php">Índice</a> » 9. Configuración de Pandora</h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
|
|
|
@ -0,0 +1,88 @@
|
|||
<?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 - Sistema de monitorización de Software Libre - Ayuda - IX. Configuración de Pandora</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="chap8.php">8. Mantenimiento de la Base de Datos</a></h1> « <a href="toc.php">Índice</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>
|
||||
|
||||
<h1><a name="9">9. Configuración de Pandora</a></h1>
|
||||
|
||||
<p>Desde «Configuración» en el menú de administración se puede acceder a los parámetros configurables de Pandora</p>
|
||||
<p class="center"><img src="images/image051.png"></p>
|
||||
|
||||
<p>Estos parámetros son:</p>
|
||||
|
||||
<p><b>Código de lenguaje para Pandora.</b> En sucesivas versiones o ampliaciones de la versión
|
||||
actual pueden aparecer nuevos idiomas. En la versión 1.1, sólo están soportados
|
||||
Inglés y Español (Castellano).</p>
|
||||
|
||||
<p><b>Tamaño de bloque para la paginación</b>. Tamaño máximo de las listas en la sección de eventos,
|
||||
incidentes y Logs de auditoría.</p>
|
||||
|
||||
<p><b>Máx. días antes de comprimir datos</b>. Este parámetro controla la compactación de los datos. A
|
||||
partir del número de días indicados, se comienzan a compactar datos. Para datos
|
||||
con un gran volumen, se recomienda un número entre 14 y 28, para sistemas con
|
||||
poca carga o muy potentes, un número entre 30 y 50.</p>
|
||||
|
||||
<p><b>Máx. días antes de eliminar datos</b>. Este parámetro controla el máximo total de días que
|
||||
pueden tener los datos antes de ser definitivamente eliminados de la base de
|
||||
datos. Un valor recomendado es 60. Para sistemas con pocos recursos o con mucha
|
||||
carga, está recomendado un valor entre 40 y 50.</p>
|
||||
|
||||
<p><b>Resolución de los gráficos</b> (1 baja, 5 alta). Representa la precisión empleada en el
|
||||
algoritmo de interpolación empleado para generar los gráficos.</p>
|
||||
|
||||
<p><b>Interpolación de la compactación</b> (Horas: 1 bueno, 10 medio, 20 malo). Indica el grado de
|
||||
compresión utilizado para la compactación de las bases de datos, siendo el valor
|
||||
1 el de menor y 20 el de mayor compactación. Un valor por encima de 12
|
||||
representa una seria degradación de los valores compactados. No se recomienda
|
||||
en general utilizar un valor superior a 6 si se emplea la funcionalidad de los
|
||||
gráficos para comparar tendencias en rangos de tiempo amplios.</p>
|
||||
|
||||
<h2><a name="91">9.1. Enlaces</a></h2>
|
||||
<p>En Pandora se pueden configurar
|
||||
enlaces a diversos enlaces de Internet o redes internas, tales como motores de
|
||||
búsqueda, aplicaciones o sitios de la Intranet corporativa. </p>
|
||||
<p>Para ver los enlaces que hay configurados accedemos a «Configuración» > «Enlaces», en el menú de administración.
|
||||
|
||||
<p class="center"><img src="images/image052.png"></p>
|
||||
|
||||
<p>Para crear un enlace nuevo se pincha en «Crear» y podemos editar el nuevo enlace:</p>
|
||||
|
||||
<p class="center"><img src="images/image053.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +1,23 @@
|
|||
<?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
|
||||
|
||||
// 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 - Sistema de monitorización de Software Libre - Ayuda - Índice</title>
|
||||
|
@ -38,16 +51,19 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t2"><a href="chap2.php#22">2.2. Añadir un usuario</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#23">2.3. Borrar un usuario</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#24">2.4. Estadísticas</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#25">2.5. Mensajes a usuarios</a></dd>
|
||||
<dd class="help_t3"><a href="chap2.php#251">2.5.1. Mensajes a grupos</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#3"><h1>3. Agentes</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#31">3.1. Gestión de grupos</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#32">3.2. Añadir un agente</a></dd>
|
||||
<dd class="help_t1"><a href="chap3.php#3"><h1>3. Agentes</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#31">3.1. Gestión de grupos</a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#32">3.2. Añadir un agente</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#321">3.2.1. Asignación de módulos</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#322">3.2.2. Alertas</a></dd>
|
||||
<dd class="help_t4"><a href="chap3.php#3221">3.2.2.1. Creación de alertas</a></dd>
|
||||
<dd class="help_t4"><a href="chap3.php#3222">3.2.2.2. Asignación de alertas</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#323">3.2.3. Gestión de módulos y alertas de agentes</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#33">3.3. Monitorización de agentes</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#324">3.2.4. Grupos de agentes</a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#33">3.3. Monitorización de agentes</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#331">3.3.1. Ver agentes</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#322">3.3.2. Acceso a los datos de un agente concreto</a></dd>
|
||||
<dd class="help_t4"><a href="chap3.php#3321">3.3.2.1. Información general de un agente</a></dd>
|
||||
|
@ -59,33 +75,37 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<dd class="help_t3"><a href="chap3.php#335">3.3.5. Detalle de alertas</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#336">3.3.6. Exportar satos</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#337">3.3.7. Estadísticas</a></dd>
|
||||
<dd class="help_t2"><a href="chap3.php#34">3.3. Consola SNMP</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#331">3.4.1. Alertas SNMP</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#4"><h1>4. Gestión de incidentes</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#41">4.1. Añadir un incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#42">4.2. Seguimiento de un incidente</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#421">4.2.1. Añadir notas a un incidente</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#422">4.2.2. Añadir archivos a un incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#43">4.3. Buscar incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#44">4.4. Estadísticas</a></dd>
|
||||
<dd class="help_t1"><a href="chap4.php#4"><h1>4. Gestión de incidentes</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap4.php#41">4.1. Añadir un incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap4.php#42">4.2. Seguimiento de un incidente</a></dd>
|
||||
<dd class="help_t3"><a href="chap4.php#421">4.2.1. Añadir notas a un incidente</a></dd>
|
||||
<dd class="help_t3"><a href="chap4.php#422">4.2.2. Añadir archivos a un incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap4.php#43">4.3. Buscar incidente</a></dd>
|
||||
<dd class="help_t2"><a href="chap4.php#44">4.4. Estadísticas</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#5"><h1>5. Eventos</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#51">5.1. Estadísticas</a></dd>
|
||||
<dd class="help_t1"><a href="chap5.php#5"><h1>5. Eventos</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap5.php#51">5.1. Estadísticas</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#6"><h1>6. Auditoría del sistema</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#61">6.1. Estadísticas</a></dd>
|
||||
<dd class="help_t1"><a href="chap6.php#6"><h1>6. Auditoría del sistema</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap6.php#61">6.1. Estadísticas</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#7"><h1>7. Configuración del servidor</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#71">7.1. Enlaces</a></dd>
|
||||
<dd class="help_t1"><a href="chap7.php#7"><h1>7. Servidores Pandora</h1></a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap2.php#8"><h1>8. Mantenimiento de la Base de Datos</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#81">8.1. Información de la Base de Datos</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#82">8.2. Purgado manual de la Base de Datos</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#83">8.3. Depuración de Datos procedentes de los agentes</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#831">8.3.1. Depuración de datos concretos de un módulo</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#832">8.3.2. Depuración de todos los datos de un agente</a></dd>
|
||||
<dd class="help_t2"><a href="chap2.php#84">8.4. Depuración de datos procedentes del sistema</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#841">8.4.1. Depuración de datos de auditoría</a></dd>
|
||||
<dd class="help_t3"><a href="chap3.php#842">8.4.2. Depuración de datos de eventos</a></dd>
|
||||
<dd class="help_t1"><a href="chap8.php#8"><h1>8. Mantenimiento de la Base de Datos</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap8.php#81">8.1. Información de la Base de Datos</a></dd>
|
||||
<dd class="help_t2"><a href="chap8.php#82">8.2. Purgado manual de la Base de Datos</a></dd>
|
||||
<dd class="help_t2"><a href="chap8.php#83">8.3. Depuración de Datos procedentes de los agentes</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#831">8.3.1. Depuración de datos concretos de un módulo</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#832">8.3.2. Depuración de todos los datos de un agente</a></dd>
|
||||
<dd class="help_t2"><a href="chap8.php#84">8.4. Depuración de datos procedentes del sistema</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#841">8.4.1. Depuración de datos de auditoría</a></dd>
|
||||
<dd class="help_t3"><a href="chap8.php#842">8.4.2. Depuración de datos de eventos</a></dd>
|
||||
|
||||
<dd class="help_t1"><a href="chap9.php#9"><h1>9. Configuración de Pandora</h1></a></dd>
|
||||
<dd class="help_t2"><a href="chap9.php#91">9.1. Enlaces</a></dd>
|
||||
</dl>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
|
@ -20,8 +20,8 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
</div>
|
||||
|
||||
<div class="rayah">
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2005, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2005, David Villanueva 2004-2005 y Raúl Mateos 2004-2005.</p>
|
||||
<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
|
||||
<h1>Not translated yet / No se ha traducido todavía</h1>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 273 B |
|
@ -23,7 +23,7 @@ require("include/config.php");
|
|||
if (comprueba_login() == 0)
|
||||
if (give_acl($id_user, 0, "AR")==1) {
|
||||
echo "<h2>".$lang_label["ag_title"]."</h2>";
|
||||
echo "<h3>".$lang_label["group_view"]."<a href='help/".$help_code."/chap3.php#331' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["group_view"]."<a href='help/".$help_code."/chap3.php#324' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
$iduser_temp=$_SESSION['id_usuario'];
|
||||
|
||||
$sql1='SELECT * FROM tgrupo';
|
||||
|
|
|
@ -80,7 +80,7 @@ if (isset($_GET["nuevo_mensaje_g"])){
|
|||
if (isset($_GET["nuevo"]) || isset($_GET["nuevo_g"])){
|
||||
if (isset($_GET["nuevo"])){ //create message
|
||||
|
||||
echo '<h3>'.$lang_label["new_message"].'<a href="help/'.$help_code.'/chap3.php#331" target="_help" class="help"> <span>'.$lang_label["help"].'</span></a></h3>';
|
||||
echo '<h3>'.$lang_label["new_message"].'<a href="help/'.$help_code.'/chap2.php#25" target="_help" class="help"> <span>'.$lang_label["help"].'</span></a></h3>';
|
||||
echo '
|
||||
<form name="new_mes" method="POST" action="index.php?sec=messages&sec2=operation/messages/message&nuevo_mensaje=1">
|
||||
<table>
|
||||
|
@ -114,7 +114,7 @@ if (isset($_GET["nuevo"]) || isset($_GET["nuevo_g"])){
|
|||
}
|
||||
|
||||
if (isset($_GET["nuevo_g"])){
|
||||
echo '<h3>'.$lang_label["new_message_g"].'<a href="help/'.$help_code.'/chap3.php#331" target="_help" class="help"> <span>'.$lang_label["help"].'</span></a></h3>';
|
||||
echo '<h3>'.$lang_label["new_message_g"].'<a href="help/'.$help_code.'/chap2.php#251" target="_help" class="help"> <span>'.$lang_label["help"].'</span></a></h3>';
|
||||
echo '
|
||||
<form name="new_mes" method="post" action="index.php?sec=messages&sec2=operation/messages/message&nuevo_mensaje_g=1">
|
||||
<table>
|
||||
|
@ -147,7 +147,7 @@ else {
|
|||
|
||||
//List
|
||||
|
||||
echo "<h3>".$lang_label["read_mes"]."<a href='help/".$help_code."/chap3.php#331' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["read_mes"]."<a href='help/".$help_code."/chap2.php#25' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
if ($row2["COUNT(*)"]!=0){
|
||||
echo $lang_label["new_message_bra"]."<b> ".$row2["COUNT(*)"]."</b> <img src='images/mail.gif'>".$lang_label["new_message_ket"]."<br><br>";
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ if (comprueba_login() == 0) {
|
|||
$sql='SELECT * FROM tserver';
|
||||
|
||||
echo "<h2>".$lang_label["view_servers"]."</h2>";
|
||||
echo "<h3>".$lang_label["server_detail"]."<a href='help/".$help_code."/chap3.php#331' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["server_detail"]."<a href='help/".$help_code."/chap7.php#7' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
|
||||
// Connect DataBase
|
||||
$result=mysql_query($sql);
|
||||
|
|
|
@ -203,7 +203,7 @@ if (give_acl($id_user, 0, "LW")==1) {
|
|||
$sql1='SELECT * FROM talert_snmp';
|
||||
$result=mysql_query($sql1);
|
||||
|
||||
echo '<h3>'.$lang_label["snmp_assigned_alerts"]."<a href='help/".$help_code."/chap3.php#331' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo '<h3>'.$lang_label["snmp_assigned_alerts"]."<a href='help/".$help_code."/chap4.php#341' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
if (mysql_num_rows($result)){
|
||||
|
||||
echo '<table cellpadding="3" cellspacing="3" width="750" class="fon" border=0>';
|
||||
|
@ -277,17 +277,16 @@ if (give_acl($id_user, 0, "LW")==1) {
|
|||
echo "N/A";
|
||||
}
|
||||
|
||||
|
||||
echo "<td class='$tdcolor'>";
|
||||
echo $description;
|
||||
|
||||
echo "<td class='$tdcolor'>";
|
||||
echo $times_fired;
|
||||
echo "<td class='$tdcolor'>";
|
||||
if ($last_fired != "2005-01-01 00:00:00")
|
||||
if ($last_fired != "0000-00-00 00:00:00")
|
||||
echo $last_fired;
|
||||
else
|
||||
echo "N/A";
|
||||
echo $lang_label["never"];
|
||||
echo "<td class='$tdcolor'>";
|
||||
echo "<a href='index.php?sec=snmpconsole&sec2=operation/snmpconsole/snmp_alert&delete_alert=".$id_as."'><img src='images/cancel.gif' border=0 alt='".$lang_label["delete"]."'></b></a> ";
|
||||
echo "<a href='index.php?sec=snmpconsole&sec2=operation/snmpconsole/snmp_alert&update_alert=".$id_as."'><img src='images/config.gif' border=0 alt='".$lang_label["update"]."'></b></a>";
|
||||
|
|
|
@ -120,7 +120,7 @@ if (comprueba_login() == 0) {
|
|||
}
|
||||
}
|
||||
echo "<h2>Pandora SNMP</h2>";
|
||||
echo "<h3>".$lang_label["SNMP_console"]."<a href='help/".$help_code."/chap3.php#331' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
echo "<h3>".$lang_label["SNMP_console"]."<a href='help/".$help_code."/chap3.php#34' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
||||
|
||||
if (isset($_GET["offset"]))
|
||||
$offset=$_GET["offset"];
|
||||
|
|
|
@ -24,7 +24,7 @@ CREATE TABLE `tagente` (
|
|||
`direccion` varchar(100) default '',
|
||||
`comentarios` varchar(255) default '',
|
||||
`id_grupo` int(10) unsigned NOT NULL default '0',
|
||||
`ultimo_contacto` datetime NOT NULL default '2004-01-01 00:00:00',
|
||||
`ultimo_contacto` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`modo` tinyint(1) NOT NULL default '0',
|
||||
`intervalo` int(8) NOT NULL default '300',
|
||||
`id_os` int(11) default '0',
|
||||
|
|
|
@ -55,7 +55,7 @@ CREATE TABLE `talert_snmp` (
|
|||
`oid` varchar(255) NOT NULL default '',
|
||||
`time_threshold` int(11) NOT NULL default '0',
|
||||
`times_fired` int(2) unsigned NOT NULL default '0',
|
||||
`last_fired` datetime NOT NULL default '2005-01-01 00:00:00',
|
||||
`last_fired` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`max_alerts` int(11) NOT NULL default '1',
|
||||
`min_alerts` int(11) NOT NULL default '1',
|
||||
`internal_counter` int(2) unsigned NOT NULL default '0',
|
||||
|
@ -78,7 +78,7 @@ CREATE TABLE `tmensajes` (
|
|||
`id_usuario_origen` varchar(100) NOT NULL default '',
|
||||
`id_usuario_destino` varchar(100) NOT NULL default '',
|
||||
`mensaje` mediumtext NOT NULL,
|
||||
`timestamp` datetime NOT NULL default '2005-01-01 00:00:00',
|
||||
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`subject` varchar(255) NOT NULL default '',
|
||||
`estado` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id_mensaje`)
|
||||
|
@ -182,4 +182,3 @@ CREATE TABLE `tagente_datos` (
|
|||
KEY `data_index_2` (`id_agente`),
|
||||
KEY `data_index_3` (`timestamp`)
|
||||
) TYPE=InnoDB;
|
||||
|
||||
|
|
Loading…
Reference in New Issue