2008-04-01 Sancho Lerena <slerena@gmail.com>

* pandoradb_data.sql: Alert type 0 is not 1. 1-3 are reserved. Removed 
    prediction module (nosense since it uses normal modules).

    * include/functions_db.php: Added wrapper give_db_value to get_db_value
    because A LOT of code uses old syntax and this makes too many errors.

    * include/functions.php: Fixed pagination issues with blocksize config.

    * pandoradb.sql: Change alert command lenght and added some comments
    for future implementation of alert criticity and others.
 
    * operation/incidents/incident.php: Fixed some bugs calling to old
    funcions / variables.

    * operation/events/events.php: Fixed some bugs calling to old
    funcions / variables. Removed graph and simplified header.

    * operation/agentes/estado_alertas.php: Changed get_db_value call
    and removed (Raul) button to create alert from here.

    * operation/agentes/estado_grupo.php: Implemented support for optional
    view of down modules and fired alerts.

    * operation/agentes/ver_agente.php, 
    operation/agentes/datos_agente.php: Uses of new get_db_value and
    new session id variable.
    
    * images/mod_async_string.png: Added image.

    * images/mod_async_inc.png: Added image.

    * images/mod_image_png.png: Added image.

    * images/mod_async_data.png: Added image.

    * images/mod_async_proc.png: Added image.

    * images/mod_image_jpg.png: Added image.

    * godmode/setup/setup.php: Several fixes.

    * godmode/agentes/alert_manager.php: Several changes for new alert manager. 
    Not finished. Interim commit.

    * godmode/agentes/configurar_agente.php: More changes needed to alert editor.

    * godmode/agentes/alert_manager_editor.php: New file for alert management.

    * godmode/modules/module_list.php: Some updates, removed invalid column.

    * godmode/alerts/modify_alert.php: Alert types < 4 cannot be modified (this
    includes combined, internal audit and Pandora FMS log).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@783 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2008-04-01 13:53:11 +00:00
parent 049b314ca6
commit 2789b7083e
241 changed files with 731 additions and 5586 deletions

View File

@ -1,3 +1,58 @@
2008-04-01 Sancho Lerena <slerena@gmail.com>
* pandoradb_data.sql: Alert type 0 is not 1. 1-3 are reserved. Removed
prediction module (nosense since it uses normal modules).
* include/functions_db.php: Added wrapper give_db_value to get_db_value
because A LOT of code uses old syntax and this makes too many errors.
* include/functions.php: Fixed pagination issues with blocksize config.
* pandoradb.sql: Change alert command lenght and added some comments
for future implementation of alert criticity and others.
* operation/incidents/incident.php: Fixed some bugs calling to old
funcions / variables.
* operation/events/events.php: Fixed some bugs calling to old
funcions / variables. Removed graph and simplified header.
* operation/agentes/estado_alertas.php: Changed get_db_value call
and removed (Raul) button to create alert from here.
* operation/agentes/estado_grupo.php: Implemented support for optional
view of down modules and fired alerts.
* operation/agentes/ver_agente.php,
operation/agentes/datos_agente.php: Uses of new get_db_value and
new session id variable.
* images/mod_async_string.png: Added image.
* images/mod_async_inc.png: Added image.
* images/mod_image_png.png: Added image.
* images/mod_async_data.png: Added image.
* images/mod_async_proc.png: Added image.
* images/mod_image_jpg.png: Added image.
* godmode/setup/setup.php: Several fixes.
* godmode/agentes/alert_manager.php: Several changes for new alert manager.
Not finished. Interim commit.
* godmode/agentes/configurar_agente.php: More changes needed to alert editor.
* godmode/agentes/alert_manager_editor.php: New file for alert management.
* godmode/modules/module_list.php: Some updates, removed invalid column.
* godmode/alerts/modify_alert.php: Alert types < 4 cannot be modified (this
includes combined, internal audit and Pandora FMS log).
2008-04-01 Jorge Gonzalez <jorge.gonzalez@artica.es>
* pandoradb_data.sql: Changed welcome message.

View File

@ -1,11 +1,19 @@
<?PHP
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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 for version 2.
// 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.
global $config;

View File

@ -1,10 +1,7 @@
<?php
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2004-2008 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP code additions
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or

View File

@ -1,20 +1,13 @@
<?PHP
// Pandora FMS - the Free monitoring system
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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; version 2
// as published by the Free Software Foundation for version 2.
// 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

View File

@ -27,6 +27,38 @@
// VIEW ALERTS
// ====================================================================================
// Load global vars
require("include/config.php");
check_login();
if (give_acl($config["id_user"], 0, "AW")!=1) {
audit_db($config["id_user"], $REMOTE_ADDR, "ACL Violation","Trying to access agent manager");
require ($config["homedir"]."/general/noaccess.php");
exit;
};
echo "<h2>".$lang_label["agent_conf"]." &gt; ".$lang_label["modules"]."</h2>";
// ==========================
// Create module/type combo
// ==========================
echo '<table width="300" cellpadding="4" cellspacing="4" class="databox">';
echo '<form name="modulo" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">';
echo "<tr><td class='datos'>";
echo '<select name="form_alerttype">';
echo "<option value='simple'>".lang_string("Create a simple alert");
echo "<option value='combined'>".lang_string("Create a new combined alert");
echo "</select></td>";
echo '<td class="datos">';
echo '<input align="right" name="updbutton" type="submit" class="sub wand" value="'.$lang_label["create"].'">';
echo "</form>";
echo "</table>";
echo "<h2>".$lang_label["agent_conf"]." &gt; ".$lang_label["alerts"]."</h2>";
$sql1='SELECT * FROM tagente_modulo WHERE id_agente = "'.$id_agente.'"';
@ -138,227 +170,110 @@ $result=mysql_query($sql1);
} else {
echo "<div class='nf'>".$lang_label["no_modules"]."</div>";
}
?>
<h3><?php echo $lang_label["alert_asociation_form"] ?></h3>
// Combined alerts
echo "<h3>".lang_string("combined alerts")."</h3>";
<?php
// ==================================================================================
// Add alerts
// ==================================================================================
echo '<form name="agente" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">';
if (! isset($update_alert))
$update_alert = -1;
if ($update_alert != 1) {
echo '<input type="hidden" name="insert_alert" value=1>';
} else {
echo '<input type="hidden" name="update_alert" value=1>';
echo '<input type="hidden" name="id_aam" value="'.$alerta_id_aam.'"';
}
?>
<input type="hidden" name="id_agente" value="<?php echo $id_agente ?>">
<a name="alerts"> <!-- Don't Delete !! -->
$sql1='SELECT * FROM talerta_agente_modulo WHERE id_agent = '.$id_agente;
$result=mysql_query($sql1);
if ($row=mysql_num_rows($result)){
$color=1;
$string='';
while ($row=mysql_fetch_array($result)){ // All modules of this agent
$id_aam = $row["id_aam"];
<table width=600 cellpadding="4" cellspacing="4" class="databox_color" border=0>
<tr>
<td class="datos"><?php echo $lang_label["alert_type"]?>
<td class="datos">
<select name="tipo_alerta">
<?php
$sql2 = "SELECT * FROM tcompound_alert, talerta_agente_modulo WHERE tcompound_alert.id = $id_aam AND talerta_agente_modulo.id_aam = tcompound_alert.id_aam";
$result2=mysql_query($sql2);
while ($row2=mysql_fetch_array($result2)){ // All modules of this agent
if ($color == 1){
$tdcolor="datos";
$color =0;
} else {
$tdcolor="datos2";
$color =1;
}
$module = get_db_row ("tagente_modulo", "id_agente_modulo", $row2["id_agente_modulo"]);
if (isset($tipo_alerta)){
echo "<option value='".$tipo_alerta."'>".dame_nombre_alerta($tipo_alerta)."</option>";
}
$sql1 = 'SELECT id_alerta, nombre FROM talerta ORDER BY nombre';
$result = mysql_query ($sql1);
while ($row = mysql_fetch_array ($result)){
echo "<option value='".$row["id_alerta"]."'>".$row["nombre"]."</option>";
}
$description = $row2["descripcion"];
$alert_mode = $row2["operation"];
$id_agente_name = get_db_value ("nombre", "tagente", "id_agente", $module["id_agente"]);
$string = $string."<tr style='color: #666;'><td class='$tdcolor'>".$module["nombre"]."/".$id_agente_name;
if ($row2["disable"] == 1){
$string .= "<td class='$tdcolor'><b><i>".$lang_label["disabled"]."</b></i>";
} else {
$string .= "<td class='$tdcolor'><img src='images/".show_icon_type($module["id_tipo_modulo"])."' border=0>";
}
$string = $string."<td class=$tdcolor>".$row2["operation"];
$string = $string."<td class='$tdcolor'>".human_time_description($module["time_threshold"]);
$mytempdata = fmod($module["dis_min"], 1);
if ($mytempdata == 0)
$mymin = intval($module["dis_min"]);
else
$mymin = $module["dis_min"];
$mymin = format_for_graph($mymin );
echo "</select>";
echo "<td class='datos'>";
echo $lang_label["alert_status"];
echo "<td class='datos'>";
echo '<select name="disable_alert">';
if ((isset($alerta_disable)) AND ($alerta_disable == "1")) {
echo "<option value='1'>".$lang_label["disabled"];
echo "<option value='0'>".$lang_label["enabled"];
} else {
echo "<option value='0'>".$lang_label["enabled"];
echo "<option value='1'>".$lang_label["disabled"];
}
echo "</select>";
echo '<tr><td class="datos2">'.$lang_label["min_value"];
echo "<a href='#' class='tip'>&nbsp;<span>";echo $lang_label["min_valid_value_help"]."</span></a>";
echo '<td class="datos2"><input type="text" name="minimo" size="5" value="'.$alerta_dis_min.'" style="margin-right: 70px;">';
echo "<td class='datos2'>";
echo $lang_label["max_value"];
echo "<a href='#' class='tip'>&nbsp;<span>";
echo $lang_label["max_valid_value_help"];
echo "</span></a>";
echo "<td class='datos2'>";
echo "<input type='text' name='maximo' size='5' value='$alerta_dis_max'>";
// <!-- FREE TEXT ALERT -->
echo '<tr><td class="datos">'.$lang_label["alert_text"]."<a href='#' class='tip'>&nbsp;<span>Regular Expression Supported </span></a>";
echo '<td class="datos" colspan=4><input type="text" name="alert_text" size="60" value ="'.$alert_text.'">';
echo '<tr><td class="datos2">'.$lang_label["description"];
echo '<td class="datos2" colspan=4><input type="text" name="descripcion" size="60" value ="'.$alerta_descripcion.'">';
$mytempdata = fmod($module["dis_max"], 1);
if ($mytempdata == 0)
$mymax = intval($module["dis_max"]);
else
$mymax = $module["dis_max"];
$mymax = format_for_graph($mymax );
// We have alert text ?
if ($module["alert_text"] != "")
$string = $string."<td colspan=2 class='$tdcolor'>".$lang_label["text"]."</td>";
else {
$string = $string."<td class='$tdcolor'>".$mymin."</td>";
$string = $string."<td class='$tdcolor'>".$mymax."</td>";
}
$time_from_table =$$module["time_from"];
$time_to_table =$module["time_to"];
$string = $string."<td class='$tdcolor'>";
if ($time_to_table == $time_from_table)
$string .= $lang_label["N/A"];
else
$string .= substr($time_from_table,0,5)." - ".substr($time_to_table,0,5);
$string = $string."</td><td class='$tdcolor'>".salida_limpia ($module["descripcion"]);
$string = $string."</td><td class='$tdcolor'>";
$id_grupo = dame_id_grupo($id_agente);
if (give_acl($id_user, $id_grupo, "LW")==1){
$string = $string."<a href='index.php?sec=gagente&
sec2=godmode/agentes/configurar_agente&tab=alert&
id_agente=".$id_agente."&delete_alert=".$row3["id_aam"]."'>
<img src='images/cross.png' border=0 alt='".$lang_label["delete"]."'></a> &nbsp; ";
$string = $string."<a href='index.php?sec=gagente&
sec2=godmode/agentes/configurar_agente&tab=alert&
id_agente=".$id_agente."&update_alert=".$row3["id_aam"]."#alerts'>
<img src='images/config.png' border=0 alt='".$lang_label["update"]."'></a>";
}
$string = $string."</td>";
}
}
if (isset($string) & $string!='') {
echo "<table cellpadding='4' cellspacing='4' width='750' class='databox'>
<tr><th>".$lang_label["name"]."</th>
<th>".$lang_label["type"]."</th>
<th>".$lang_label["alert"]."</th>
<th>".$lang_label["threshold"]."</th>
<th>".$lang_label["min."]."</th>
<th>".$lang_label["max."]."</th>
<th>".$lang_label["time"]."</th>
<th>".$lang_label["description"]."</th>
<th width='50'>".$lang_label["action"]."</th></tr>";
echo $string;
echo "</table>";
} else {
echo "<div class='nf'>".$lang_label["no_alerts"]."</div>";
}
} else {
echo "<div class='nf'>".$lang_label["no_modules"]."</div>";
}
?>
<tr><td class="datos"><?php echo $lang_label["field1"] ?>
<td class="datos" colspan=4><input type="text" name="campo_1" size="39" value="<?php echo $alerta_campo1 ?>">
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<tr><td class="datos2"><?php echo $lang_label["field2"] ?>
<td class="datos2" colspan=4><input type="text" name="campo_2" size="39" value="<?php echo $alerta_campo2 ?>">
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<tr><td class="datos"><?php echo $lang_label["field3"] ?>
<td class="datos" colspan=4><textarea name="campo_3" style='height:85px;' cols="36" rows="4"><?php echo $alerta_campo3 ?></textarea>
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<?PHP
echo "<tr><td class='datos2'>".$lang_label["time_from"];
echo "<td class='datos2'><select name='time_from'>";
if ($time_from != ""){
echo "<option value='$time_from'>".substr($time_from,0,5);
}
for ($a=0; $a < 48; $a++){
echo "<option value='";
echo render_time ($a);
echo "'>";
echo render_time ($a);
}
echo "</select>";
echo "<td class='datos2'>".$lang_label["time_to"];
echo "<td class='datos2'><select name='time_to'>";
if ($time_from != ""){
echo "<option value='$time_to'>".substr($time_to,0,5);
}
for ($a=0; $a < 48; $a++){
echo "<option value='";
echo render_time ($a);
echo "'>";
echo render_time ($a);
}
echo "</select>";
?>
<tr><td class="datos"><?php echo $lang_label["time_threshold"] ?>
<a href='#' class='tip'>&nbsp;<span><?PHP echo $lang_label["alert_time_threshold_help"]; ?></span></a>
<td class="datos">
<select name="time_threshold" style="margin-right: 60px;">
<?php
if ($alerta_time_threshold != ""){
echo "<option value='".$alerta_time_threshold."'>".human_time_description($alerta_time_threshold)."</option>";
}
echo '
<option value=300>5 Min.</option>
<option value=600>10 Min.</option>
<option value=900>15 Min.</option>
<option value=1800>30 Min.</option>
<option value=3600>1 Hour</option>
<option value=7200>2 Hour</option>
<option value=18000>5 Hour</option>
<option value=43200>12 Hour</option>
<option value=86400>1 Day</option>
<option value=604800>1 Week</option>
<option value=-1>Other value</option>
</select>';
echo '<td class="datos">';
echo $lang_label["other"];
echo '<td class="datos">';
echo '<input type="text" name="other" size="5">';
// Max / Min alerts
echo "<tr><td class='datos2'>".$lang_label["min_alerts"];
echo '<td class="datos2">';
echo '<input type="text" name="min_alerts" size="5" value="';
if (isset($alerta_min_alerts))
echo $alerta_min_alerts;
else
echo 0;
echo '" style="margin-right: 10px;">';
echo '<td class="datos2">';
echo $lang_label["max_alerts"];
echo '<td class="datos2">';
echo '<input type="text" name="max_alerts" size="5" value="';
if (isset($alerta_max_alerts))
echo $alerta_max_alerts;
else
echo 1;
echo '" style="margin-right: 10px;">';
?>
<tr><td class="datos"><?php echo $lang_label["assigned_module"] ?>
<td class="datos" colspan="3">
<?php
if ($update_alert != 1) {
echo '<select name="agente_modulo"> ';
$sql2 = "SELECT id_agente_modulo, id_tipo_modulo, nombre FROM tagente_modulo WHERE id_agente = $id_agente ORDER BY nombre";
$result2=mysql_query($sql2);
while ($row2=mysql_fetch_array($result2)){
if ($row2["id_tipo_modulo"] != -1) {
$sql1='SELECT nombre FROM ttipo_modulo WHERE id_tipo = '.$row2["id_tipo_modulo"];
$result=mysql_query($sql1);
while ($row=mysql_fetch_array($result)){
echo "<option value='".$row2["id_agente_modulo"]."'>".$row2["nombre"]." ( ".$row["nombre"]." )</option>";
}
} else // for -1, is a special module, keep alive monitor !!
echo "<option value='".$row2["id_agente_modulo"]."'>".$row2["nombre"]."</option>";
}
echo "</select>";
} else {
$agentmodule_name = give_db_value ("nombre", "tagente_modulo", "id_agente_modulo", $alerta_id_agentemodulo);
echo $agentmodule_name;
}
// End block only if $creacion_agente != 1;
echo "</td></tr></table>";
echo '<table width=605>';
echo '<tr><td align="right">';
if ($update_alert== "1"){
echo '<input name="updbutton" type="submit" class="sub upd" value="'.$lang_label["update"].'">';
} else {
echo '<input name="crtbutton" type="submit" class="sub wand" value="'.$lang_label["add"].'">';
}
echo '</form>';
echo '</td></tr></table>';

View File

@ -0,0 +1,249 @@
<h3><?php echo $lang_label["alert_asociation_form"] ?></h3>
<?php
// ==================================================================================
// Add alerts
// ==================================================================================
echo '<form name="agente" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">';
if (! isset($update_alert))
$update_alert = -1;
if ($update_alert != 1) {
echo '<input type="hidden" name="insert_alert" value=1>';
} else {
echo '<input type="hidden" name="update_alert" value=1>';
echo '<input type="hidden" name="id_aam" value="'.$alerta_id_aam.'">';
}
?>
<input type="hidden" name="id_agente" value="<?php echo $id_agente ?>">
<a name="alerts"> <!-- Don't Delete !! -->
<table width=600 cellpadding="4" cellspacing="4" class="databox_color" border=0>
<tr>
<td class="datos"><?php echo $lang_label["alert_type"]?>
<td class="datos">
<select name="tipo_alerta">
<?php
if (isset($tipo_alerta)){
echo "<option value='".$tipo_alerta."'>".dame_nombre_alerta($tipo_alerta)."</option>";
}
if ($form_alerttype == "combined"){
$sql1 = 'SELECT id_alerta, nombre FROM talerta WHERE id_alerta = 0';
} else {
$sql1 = 'SELECT id_alerta, nombre FROM talerta ORDER BY nombre';
}
$result = mysql_query ($sql1);
while ($row = mysql_fetch_array ($result)){
echo "<option value='".$row["id_alerta"]."'>".$row["nombre"]."</option>";
}
echo "</select>";
echo "<td class='datos'>";
echo $lang_label["alert_status"];
echo "<td class='datos'>";
echo '<select name="disable_alert">';
if ((isset($alerta_disable)) AND ($alerta_disable == "1")) {
echo "<option value='1'>".$lang_label["disabled"];
echo "<option value='0'>".$lang_label["enabled"];
} else {
echo "<option value='0'>".$lang_label["enabled"];
echo "<option value='1'>".$lang_label["disabled"];
}
echo "</select>";
// Trigger values for alert
if ($form_alerttype != "combined"){
echo '<tr><td class="datos2">'.$lang_label["min_value"];
echo "<a href='#' class='tip'>&nbsp;<span>";echo $lang_label["min_valid_value_help"]."</span></a>";
echo '<td class="datos2"><input type="text" name="minimo" size="5" value="'.$alerta_dis_min.'" style="margin-right: 70px;">';
echo "<td class='datos2'>";
echo $lang_label["max_value"];
echo "<a href='#' class='tip'>&nbsp;<span>";
echo $lang_label["max_valid_value_help"];
echo "</span></a>";
echo "<td class='datos2'>";
echo "<input type='text' name='maximo' size='5' value='$alerta_dis_max'>";
// <!-- FREE TEXT ALERT -->
echo '<tr><td class="datos">'.$lang_label["alert_text"]."<a href='#' class='tip'>&nbsp;<span>Regular Expression Supported </span></a>";
echo '<td class="datos" colspan=4><input type="text" name="alert_text" size="60" value ="'.$alert_text.'">';
}
echo '<tr><td class="datos2">'.$lang_label["description"];
echo '<td class="datos2" colspan=4><input type="text" name="descripcion" size="60" value ="'.$alerta_descripcion.'">';
?>
<tr><td class="datos"><?php echo $lang_label["field1"] ?>
<td class="datos" colspan=4><input type="text" name="campo_1" size="39" value="<?php echo $alerta_campo1 ?>">
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<tr><td class="datos2"><?php echo $lang_label["field2"] ?>
<td class="datos2" colspan=4><input type="text" name="campo_2" size="39" value="<?php echo $alerta_campo2 ?>">
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<tr><td class="datos"><?php echo $lang_label["field3"] ?>
<td class="datos" colspan=4><textarea name="campo_3" style='height:85px;' cols="36" rows="4"><?php echo $alerta_campo3 ?></textarea>
<a href='#' class='tip'><span>
<b>Macros:</b><br>
_agent_<br>
_timestamp_<br>
_data_<br>
</span></a>
<?PHP
if ($form_alerttype != "combined"){
echo "<tr><td class='datos2'>".$lang_label["time_from"];
echo "<td class='datos2'><select name='time_from'>";
if ($time_from != ""){
echo "<option value='$time_from'>".substr($time_from,0,5);
}
for ($a=0; $a < 48; $a++){
echo "<option value='";
echo render_time ($a);
echo "'>";
echo render_time ($a);
}
echo "</select>";
echo "<td class='datos2'>".$lang_label["time_to"];
echo "<td class='datos2'><select name='time_to'>";
if ($time_from != ""){
echo "<option value='$time_to'>".substr($time_to,0,5);
}
for ($a=0; $a < 48; $a++){
echo "<option value='";
echo render_time ($a);
echo "'>";
echo render_time ($a);
}
echo "</select>";
?>
<tr><td class="datos"><?php echo $lang_label["time_threshold"] ?>
<a href='#' class='tip'>&nbsp;<span><?PHP echo $lang_label["alert_time_threshold_help"]; ?></span></a>
<td class="datos">
<select name="time_threshold" style="margin-right: 60px;">
<?php
if ($alerta_time_threshold != ""){
echo "<option value='".$alerta_time_threshold."'>".human_time_description($alerta_time_threshold)."</option>";
}
echo '
<option value=300>5 Min.</option>
<option value=600>10 Min.</option>
<option value=900>15 Min.</option>
<option value=1800>30 Min.</option>
<option value=3600>1 Hour</option>
<option value=7200>2 Hour</option>
<option value=18000>5 Hour</option>
<option value=43200>12 Hour</option>
<option value=86400>1 Day</option>
<option value=604800>1 Week</option>
<option value=-1>Other value</option>
</select>';
echo '<td class="datos">';
echo $lang_label["other"];
echo '<td class="datos">';
echo '<input type="text" name="other" size="5">';
// Max / Min alerts
echo "<tr><td class='datos2'>".$lang_label["min_alerts"];
echo '<td class="datos2">';
echo '<input type="text" name="min_alerts" size="5" value="';
if (isset($alerta_min_alerts))
echo $alerta_min_alerts;
else
echo 0;
echo '" style="margin-right: 10px;">';
echo '<td class="datos2">';
echo $lang_label["max_alerts"];
echo '<td class="datos2">';
echo '<input type="text" name="max_alerts" size="5" value="';
if (isset($alerta_max_alerts))
echo $alerta_max_alerts;
else
echo 1;
echo '" style="margin-right: 10px;">';
}
if ($form_alerttype != "combined"){
echo '<tr><td class="datos">'.lang_string("assigned_module");
echo '<td class="datos" colspan="4">';
if ($update_alert != 1) {
echo '<select name="agente_modulo"> ';
$sql2 = "SELECT id_agente_modulo, id_tipo_modulo, nombre FROM tagente_modulo WHERE id_agente = $id_agente ORDER BY nombre";
$result2=mysql_query($sql2);
while ($row2=mysql_fetch_array($result2)){
if ($row2["id_tipo_modulo"] != -1) {
$sql1='SELECT nombre FROM ttipo_modulo WHERE id_tipo = '.$row2["id_tipo_modulo"];
$result=mysql_query($sql1);
while ($row=mysql_fetch_array($result)){
echo "<option value='".$row2["id_agente_modulo"]."'>".$row2["nombre"]." ( ".$row["nombre"]." )</option>";
}
} else // for -1, is a special module, keep alive monitor !!
echo "<option value='".$row2["id_agente_modulo"]."'>".$row2["nombre"]."</option>";
}
echo "</select>";
} else {
$agentmodule_name = give_db_value ("nombre", "tagente_modulo", "id_agente_modulo", $alerta_id_agentemodulo);
echo $agentmodule_name;
}
}
// End block only if $creacion_agente != 1;
echo "</td></tr></table>";
echo '<table width=605>';
echo '<tr><td align="right">';
if ($update_alert== "1"){
echo '<input name="updbutton" type="submit" class="sub upd" value="'.$lang_label["update"].'">';
} else {
echo '<input name="crtbutton" type="submit" class="sub wand" value="'.$lang_label["add"].'">';
}
echo '</form>';
echo '</td></tr></table>';
if ($form_alerttype == "combined"){
echo "<h3>".lang_string ("Combined alert components")."</h3>";
echo '<table width=750 cellpadding="4" cellspacing="4" class="databox" border=0>';
echo '<tr><th>'.lang_string ("operation");
echo '<th>'.lang_string ("agent");
echo '<th>'.lang_string ("module");
echo '<th>'.lang_string ("max_value");
echo '<th>'.lang_string ("min_value");
echo '<th>'.lang_string ("tt");
echo '<th>'.lang_string ("min_alerts");
echo '<th>'.lang_string ("max_alerts");
echo '<th>'.lang_string ("delete");
echo "<tr><td class='datos'>";
echo "</table>";
}
?>

View File

@ -1,12 +1,20 @@
<?php
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP code additions
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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 for version 2.
// 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.
// Load global vars
require("include/config.php");
if (give_acl($id_user, 0, "AW")!=1) {
@ -27,6 +35,7 @@ else {
// Get passed variables
$tab = get_parameter_get("tab","main");
$form_moduletype = get_parameter_post ("form_moduletype");
$form_alerttype = get_parameter_post ("form_alerttype");
// Init vars
$descripcion = "";
@ -670,7 +679,11 @@ case "module":
else
require "module_manager_editor.php";
break;
case "alert": require "alert_manager.php";
case "alert":
if ($form_alerttype == "")
require "alert_manager.php";
else
require "alert_manager_editor.php";
break;
case "template":require "agent_template.php";
break;

View File

@ -1,12 +1,19 @@
<?php
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP code additions
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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 for version 2.
// 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.
// Load global vars
require("include/config.php");

View File

@ -1,11 +1,19 @@
<?PHP
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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, version 2.
// as published by the Free Software Foundation for version 2.
// 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.
// General startup for established session

View File

@ -66,9 +66,14 @@ if ( (give_acl($id_user, 0, "LM")==1)){
$tdcolor = "datos2";
$color = 1;
}
echo "<tr><td class='$tdcolor'><b><a href='index.php?sec=galertas&sec2=godmode/alerts/configure_alert&id_alerta=".$row["id_alerta"]."'>".$row["nombre"]."</a></b></td>";
echo "<td class='$tdcolor'>".$row["descripcion"]."</td>";
echo "<td class='$tdcolor' align='center'><a href='index.php?sec=gagente&sec2=godmode/alerts/modify_alert&borrar_alerta=".$row["id_alerta"]."' onClick='if (!confirm(\' ".$lang_label["are_you_sure"]."\')) return false;'><img border='0' src='images/cross.png'></a></td>";
if ($row[0] > 3){
echo "<tr><td class='$tdcolor'><b><a href='index.php?sec=galertas&sec2=godmode/alerts/configure_alert&id_alerta=".$row["id_alerta"]."'>".$row["nombre"]."</a></b></td>";
echo "<td class='$tdcolor'>".$row["descripcion"]."</td>";
echo "<td class='$tdcolor' align='center'><a href='index.php?sec=gagente&sec2=godmode/alerts/modify_alert&borrar_alerta=".$row["id_alerta"]."' onClick='if (!confirm(\' ".$lang_label["are_you_sure"]."\')) return false;'><img border='0' src='images/cross.png'></a></td>";
} else {
echo "<tr><td class='$tdcolor'><b>".$row["nombre"]."</b></td>";
echo "<td class='$tdcolor'>".$row["descripcion"]."</td>";
}
}
echo "</tr></table>";

View File

@ -62,7 +62,6 @@ if (give_acl($id_user, 0, "PM")==1) {
echo "<table cellpadding='4' cellspacing='4' width='750' class='databox'>";
echo "<th>".$lang_label["icon"]."</th>";
echo "<th>".$lang_label["name"]."</th>";
echo "<th>".$lang_label["type"]."</th>";
echo "<th>".$lang_label["description"]."</th>";
$sql1='SELECT * FROM ttipo_modulo ORDER BY nombre';
$result=mysql_query($sql1);
@ -86,9 +85,6 @@ if (give_acl($id_user, 0, "PM")==1) {
<b>".$row["nombre"]."
</b></td>
<td class='$tdcolor'>
".give_modulecategory_name ($row["categoria"])."
</td>
<td class='$tdcolor'>
".$row["descripcion"]."
</td>
</tr>";

View File

@ -1,20 +1,13 @@
<?php
// Pandora FMS - the Free monitoring system
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// 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; version 2
// as published by the Free Software Foundation for version 2.
// 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
@ -29,27 +22,25 @@ require("include/config.php");
if (comprueba_login() == 0)
if ((give_acl($id_user, 0, "PM")==1) or (dame_admin($id_user)==1)) {
if (isset($_GET["update"])){
$block_size=$_POST["block_size"];
$language_code=$_POST["language_code"];
$days_compact=$_POST["days_compact"];
$days_purge=$_POST["days_purge"];
$config_graph_res=$_POST["graph_res"];
$config_step_compact=$_POST["step_compact"];
$config_bgimage=$_POST["bgimage"];
$config_show_unknown=$_POST["show_unknown"];
$config_show_lastalerts=$_POST["show_lastalerts"];
$config_style = $_POST["style"];
$config["block_size"]=$_POST["block_size"];
$config["language"]=$_POST["language_code"];
$config["days_compact"]=$_POST["days_compact"];
$config["days_purge"]=$_POST["days_purge"];
$config["graph_res"]=$_POST["graph_res"];
$config["step_compact"]=$_POST["step_compact"];
$config["show_unknown"]=$_POST["show_unknown"];
$config["show_lastalerts"]=$_POST["show_lastalerts"];
$config["style"] = $_POST["style"];
$result2=mysql_query("UPDATE tconfig SET VALUE='".$block_size."' WHERE TOKEN='block_size'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$language_code."' WHERE TOKEN='language_code'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$days_purge."' WHERE TOKEN='days_purge'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$days_compact." ' WHERE TOKEN='days_compact'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_graph_res."' WHERE TOKEN='graph_res'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_step_compact."' WHERE TOKEN='step_compact'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_bgimage."' WHERE token='bgimage'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_show_unknown."' WHERE token='show_unknown'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_show_lastalerts."' WHERE token='show_lastalerts'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config_style."' WHERE token='style'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["block_size"]."' WHERE TOKEN='block_size'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["language"]."' WHERE TOKEN='language_code'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["days_purge"]."' WHERE TOKEN='days_purge'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["days_compact"]." ' WHERE TOKEN='days_compact'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["graph_res"]."' WHERE TOKEN='graph_res'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["step_compact"]."' WHERE TOKEN='step_compact'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["show_unknown"]."' WHERE token='show_unknown'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["show_lastalerts"]."' WHERE token='show_lastalerts'");
$result2=mysql_query("UPDATE tconfig SET VALUE='".$config["style"]."' WHERE token='style'");
}
echo "<h2>".$lang_label["setup_screen"]." &gt; ";
echo $lang_label["general_config"]."</h2>";
@ -62,7 +53,7 @@ if (comprueba_login() == 0)
$result=mysql_query($sql);
// This combo is dedicated to Raul... beautiful interface for dirty minds :-D
$result2=mysql_query("SELECT * FROM tlanguage WHERE id_language = '$language_code'");
$result2=mysql_query("SELECT * FROM tlanguage WHERE id_language = '".$config["language"]."'");
if ($row2=mysql_fetch_array($result2)){
echo '<option value="'.$row2["id_language"].'">'.$row2["name"]."</option>";
}
@ -72,24 +63,24 @@ if (comprueba_login() == 0)
echo '</select></td></tr>';
echo '<tr><td class="datos2">'.$lang_label["block_size"];
echo '<td class="datos2"><input type="text" name="block_size" size=5 value="'.$block_size.'"></td></tr>';
echo '<td class="datos2"><input type="text" name="block_size" size=5 value="'.$config["block_size"].'"></td></tr>';
echo '<tr><td class="datos">'.$lang_label["days_compact"];
echo '<td class="datos"><input type="text" name="days_compact" size=5 value="'.$days_compact.'"></td></tr>';
echo '<td class="datos"><input type="text" name="days_compact" size=5 value="'.$config["days_compact"].'"></td></tr>';
echo '<tr><td class="datos2">'.$lang_label["days_purge"];
echo '<td class="datos2"><input type="text" name="days_purge" size=5 value="'.$days_purge.'"></td></tr>';
echo '<td class="datos2"><input type="text" name="days_purge" size=5 value="'.$config["days_purge"].'"></td></tr>';
echo '<tr><td class="datos">'.$lang_label["graph_res"];
echo '<td class="datos"><input type="text" name="graph_res" size=5 value="'.$config_graph_res.'"></td></tr>';
echo '<td class="datos"><input type="text" name="graph_res" size=5 value="'.$config["graph_res"].'"></td></tr>';
echo '<tr><td class="datos2">'.$lang_label["step_compact"].'</td>';
echo '<td class="datos2"><input type="text" name="step_compact" size=5 value="'.$config_step_compact.'"></td></tr>';
echo '<td class="datos2"><input type="text" name="step_compact" size=5 value="'.$config["step_compact"].'"></td></tr>';
echo '<tr><td class="datos">'.$lang_label["show_unknown"].'</td>';
echo '<td class="datos"><select name="show_unknown" class="w120">';
if ($config_show_unknown==1) {
if ($config["show_unknown"]==1) {
echo '<option value="1">'.$lang_label["active"].'</option>';
echo '<option value="0">'.$lang_label["disabled"].'</option>';
}
@ -100,7 +91,7 @@ if (comprueba_login() == 0)
echo '<tr><td class="datos2">'.$lang_label["show_lastalerts"];
echo '<td class="datos2"><select name="show_lastalerts" class="w120">';
if ($config_show_lastalerts==1) {
if ($config["show_lastalerts"]==1) {
echo '<option value="1">'.$lang_label["active"].'</option>';
echo '<option value="0">'.$lang_label["disabled"].'</option>';
}
@ -109,32 +100,17 @@ if (comprueba_login() == 0)
echo '<option value="1">'.$lang_label["active"].'</option>';
}
echo '<tr><td class="datos">'.$lang_label["background_image"].'</td>';
echo '<td class="datos">';
echo '<select name="bgimage" class="w155">';
if ($config_bgimage!=""){
echo '<option>'.$config_bgimage."</option>";
}
$ficheros = list_files('images/backgrounds/', "background",1, 0);
$a=0;
while (isset($ficheros[$a])){
echo "<option>".$ficheros[$a]."</option>";
$a++;
}
echo '</select>';
echo '<tr><td class="datos2">'.$lang_label["style_template"].'</td>';
echo '<td class="datos2">';
echo '<select name="style" class="w155">';
if ($config_bgimage!=""){
echo '<option>'.$config_style.'</option>';
if ($config["style"] != ""){
echo '<option>'.$config["style"].'</option>';
}
$ficheros2 = list_files('include/styles/', "pandora",1, 0);
$a=0;
while (isset($ficheros2[$a])){
$fstyle = substr($ficheros2[$a],0,strlen($ficheros2[$a])-4);
if (($fstyle != $config_style) AND ($fstyle != "pandora_minimal"))
if (($fstyle != $config["style"]) AND ($fstyle != "pandora_minimal"))
echo "<option>".$fstyle."</option>";
$a++;
}

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,46 +0,0 @@
<?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&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,32 +0,0 @@
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<html>
<head>
<title>Pandora - Sistema de monitorizaci&oacute;n de Software Libre / Free Software Monitoring System</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1>
</div>
<div class="rayah">
<p>Pandora is a GPL Software Project. English version &copy; Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
<p>Pandora es un proyecto de software GPL. Versi&oacute;n en espa&ntilde;ol&copy; Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Ra&uacute;l Mateos 2004-2006.</p>
</div>
<h1>Not translated yet / No se ha traducido todav&iacute;a</h1>
<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p>
<p>Utiliza la versi&oacute;n en <a href="../es/toc.php">castellano (espa&ntilde;ol)</a> o en <a href="../en/toc.php">ingl&eacute;s.</a>
</body>
</html>

View File

@ -1,66 +0,0 @@
<?php
// Pandora - the Free monitoring system
// ====================================
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es
// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
?>
<html>
<head>
<title>Pandora - The Free Monitoring System Help - I. Introduction</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="toc.php">Table of Contents</a> » <a href="chap2.php">2. Users</a></h1>
</div>
<div class="rayah2">
</div>
<a name="1"><h1>1. Introduction</h1></a>
<h2><a name="11">1.1. Pandora Administration</a></h2>
<p>The web console is the tool used to administrate Pandora. It is written in PHP and doesn't
need any third party software to work neither FLASH, JAVA, nor ActiveX
plug-ins. The Web console can be run over any web browser supporting HTML and
CSS (IE5+ or Mozilla 4+).</p>
<p class="center">
<img src="images/image001.png" alt="image001">
</p>
<p>Pandora administration is divided in the following main elements:</p>
<ul>
<li>Pandora users</li>
<li>Agents</li>
<li>Alerts</li>
<li>Incidents</li>
<li>Server configuration</li>
<li>Database maintenance</li>
</ul>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,136 +0,0 @@
<?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 - II. Users</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap1.php">1. Introduction</a> « <a href="toc.php">Table of Contents</a> » <a href="chap3.php">3. Agents</a></h1>
</div>
<div class="rayah2"></div>
<a name="2"><h1>2. Users</h1></a>
<p>The definition of a user is based on the user
daily activity. One or more profiles can be assigned to a single user</p>
<p>A profile is a list of actions a user can or
cannot perform on a given group, e.g. "view incidents", "database management", etc.</p>
<p>Each user is given a number of groups of agents
he/she has permission to access, as well as the administrative profile he/she will have
in each group. Each user can belong to one or more groups, with an assigned
profile for each of them.</p>
<p>Agent belongs to a group and only one, sharing
the group with agents of similar characteristics. Groups also contain
incidents.</p>
<p>Summarizing: User profiles in Pandora define which users can access Pandora as well as what each user can do. Groups define elements in common among various users. Each user could be in one or more groups at any one time. Each group has user profiles which are defined and attached to it. A profile is a list of things a user can do, such as view incidents, manage database or other.</p>
<h2><a name="21">2.1. Profile manager</a></h2>
<p>Pandora's profile manager is used to assign specific profiles to each user. A hierarchy of users is so created, structured by the user's profile within the company. With this system different security
levels can be implemented: read-only users, agent group coordinators or system administrators.</p>
<p>A profile is created from the Profile Manager tool in the Administration menu. There are five predefined profiles:</p>
<ul>
<li>Operator (Read)</li>
<li>Operator (Write)</li>
<li>Chief Operator</li>
<li>Group coordinator</li>
<li>Pandora Administrator</li>
</ul>
<p>To create a new profile click on "Manage Profiles"&gt;"Create Profile" in the Administration Menu</p>
<p class="center"><img src="images/image002.png"></p>
<p>Any of the following roles can be assigned to a new profile:</p>
<ul>
<li>View incidents (IR)</li>
<li>Edit incidents (IW)</li>
<li>Manage incidents (IM)</li>
<li>View agents (AR). To view agents as well as the events generated by them</li>
<li>Edit agents (AW). To modify then agent's modules</li>
<li>Edit alerts (LW). To modify the alerts assigned to an agent</li>
<li>Manage users (UM). To modify users and their roles</li>
<li>Manage DB (DM). To modify the configuration and data of the database (Global)</li>
<li>Manage alerts (LM). To define new alerts (Global)</li>
<li>Manage Pandora (PM). To modify general system settings</li>
</ul>
<h2><a name="22">2.2. Adding a user</a></h2>
<p>A user is added clicking on "Manage Users"&gt;"Create user" in the Administration Menu</p>
<p>To create a new user it is necessary to, at
least, fill in the user ID, the password (twice) and Pandora's global profile.</p>
<p>A global profile for a user maybe Administrator or Standard User.</p>
<p>A user with an "Administrator" profile will have the highest security privileges in Pandora.</p>
<p class="center"><img src="images/image003.png"></p>
<p>Profiles must be assigned for each of the groups a new "standard" profile user can access, once the user is created and his configuration updated.</p>
<p class="center"><img src="images/image004.png"></p>
<p>A user profile is deleted by clicking on the delete icon <img src="../../images/cross.png"> on the right hand side of the profile.</p>
<h2><a name="23">2.3. Deleting a user</a></h2>
<p>A user is deleted by clicking on the delete icon <img src="../../images/cross.png"> on the right hand side of the user. The list of users is accessed through the "Manage Users" option in the Administration menu.</p>
<p class="center"><img src="images/image005.png"></p>
<h2><a name="24">2.4. Statistics</a></h2>
<p>The user activity statistics show a graph with the activity of the user, being the number of events the audit has generated for each user. The number of events of
a user usually reflects the user's activity.</p>
<p>Click on "View Users"&gt;"Statistics" in the Operation menu to show this graph:</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. 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"&gt;"Messages to groups" section in the Operation menu you can send messages to groups of users. The sent messages will not be stored.</p>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,548 +0,0 @@
<?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 - III. Agents</title>
<link rel="stylesheet" type="text/css" href="../../include/styles/help.css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap2.php">2. Users</a> « <a href="toc.php">Table of Contents</a> » <a href="chap4.php">4. Incident Management</a></h1>
</div>
<div class="rayah2"></div>
<a name="3"><h1>3. Agents</h1></a>
<p>The agents collect information. The public key
of the machine to be monitored needs to be copied onto Pandora and the agent
executed. Pandora's server starts now receiving and processing the data
collected by the agent. The data collected from the agents are called "modules".</p>
<p>The value of each module it is the value of one
monitored variable. The agent must be activated in Pandora's server and a group
assigned to the agent. The data starts then been consolidated in the database
and can be accessed.</p>
<p>The user can:</p>
<ul>
<li>View the agent status</li>
<li>Access to the collected information</li>
<li>Access the monitored values and its evolution in time</li>
<li>View graphic reports</li>
<li>Configure Alerts</li>
</ul>
<h2><a name="31">3.1. Group Manager</a></h2>
<p>Groups are added in "Manage Profiles" &gt; "Manage Groups", Administration menu.</p>
<p class="center"><img src="images/image007.png"></p>
<p>There are nine default groups on this screen.</p>
<ul>
<li><b>Applications</b></li>
<li><b>Comms</b></li>
<li><b>Databases</b></li>
<li><b>Firewall</b></li>
<li><b>IDS</b></li>
<li><b>Others</b></li>
<li><b>Servers</b></li>
<li><b>Workstations</b></li>
</ul>
<p>
A group is added by clicking "Create group" and assigning a name to it.</p>
<p>
A group is deleted by clicking the delete icon <img src="../../images/cross.png"> in the right hand side of each group.</p>
<h2><a name="32">3.2. Adding an agent</a></h2>
<p>Before an agent is added, the public key of the
machine to be monitored needs to be copied. The agent is then executed, and
added through the web console. The data starts now being consolidated in the
Database and can be accessed.</p>
<p>An agent is added in "Manage Agents" &gt; "Create agent" in the Administration menu.</p>
<p class="center"><img src="images/image008.png"></p>
<p>To add a new agent the following parameters must be configured:</p>
<ul>
<li><b>Agent Name:</b> Name of the agent. This and the "agent name" parameter in Pandora's agent.conf file <b>must have the same value</b>. If this variable is commented out in the code, the name used will be the name of the Host (to obtain this, execute the <i>hostname</i> command).</li>
<li><b>IP Address:</b> IP address of an agent. An agent can share its IP address with other agents.</li>
<li><b>Group:</b> Pandora's group the agent belongs.</li>
<li><b>Interval:</b> Execution interval of an agent. It is the time elapsed between two executions.</li>
<li><b>OS:</b> The Operating System to be monitored. The supported Operating Systems are: AIX, BeOS,
BSD, Cisco, HPUX, Linux, MacOS, Other, Solaris, Windows.</li>
<li><b>Description:</b> Brief description of an agent.</li>
<li><b>Module definition:</b> There are two modes for a module:</li>
<p class='ml15'>- <i><b>Learning mode:</b></i> All the modules sent by the agent are accepted. They are automatically defined by the system. It is recommended to activate the agents in this mode and change it once the user is familiar with the system.</p>
<p class='ml15'>- <i><b>Normal mode:</b></i> The modules in this mode must be configured manually. The self definition of the modules is not allowed in this mode.</p>
<li><b>Disabled:</b> This parameter shows if the agent is activated and
ready to send data or deactivated. The deactivated agents don't appear in the
user views.</li>
</ul>
<h3><a name="321">3.2.1. Assigning modules</a></h3>
<p>Pandora's agents use the operating system own commands to monitor a device. Pandora's server will store and process the output generated by those commands. The commandos are called "modules".</p>
<p>If the agent had been added in "normal mode", the modules to be monitored should have been assigned. Those modules must be configured in the agent configuration file.</p>
<p>The modules to be processed by Pandora's server are assigned in the "Manage Agents" option, Administration menu. A list with all the agents in Pandora will be shown here.</p>
<p>You'll get a form with all the agent's settings when the agent name is clicked. In the same screen there is a section to assign modules.</p>
<p class="center"><img src="images/image009.png"></p>
<p>The following fields must be filled to create a module:</p>
<ul>
<li><b>Module type:</b> This is the type of data the module will process. There are five types of data:</li>
<p class='ml15'>
- <b><code>generic_data</code></b>, Integer data type<br>
- <b><code>generic_data_inc</code></b>, Incremental integer data type<br>
- <b><code>generic_data_proc</code></b>, Boolean data type: 0 False, &gt;0 True.<br>
- <b><code>generic_data_string</code></b>, Alphanumeric data type (text string, max. 255 characters).
</p>
<li><b>Module name:</b> The name of the module</li>
<li><b>Maximum:</b> Upper threshold for the value in the module. Any value above this threshold will be taken as invalid and the whole module will be discarded.</li>
<li><b>Maximum:</b> Lower threshold for the value in the module. Any value below this threshold will be taken as invalid and the whole module will be discarded.</li>
<li><b>Comments:</b> Comments added to the module.</li>
</ul>
<p>All the modules to be monitored by an agent can be reviewed by accessing the agent in the "Manage Agents" option, Administration menu.</p>
<p class="center"><img src="images/image010.png"></p>
<p>In this screen the modules can be:</p>
<ul>
<li>Deleted by clicking <img src="../../images/cross.png"></li>
<li>Edited by clicking <img src="../../images/config.png"></li>
</ul>
<p>However, the type of data of the module can't be modified.</p>
<h3><a name="322">3.2.2. Alerts</a></h3>
<p>An alert is Pandora's reaction to an out of range module value. The Alert can
consist in sending and e-mail or SMS to the administrator, sending a SNMP trap,
write the incident into the system syslog or Pandora log file, etc. And
basically anything that can be triggered by a script configured in Pandora's
Operating System.</p>
<h4><a name="3221">3.2.2.1. Adding an Alert</a></h4>
<p>The existing Alerts are accessed by clicking on the "Manage Alerts" option, Administration menu.</p>
<p>There are 6 default types of Alerts:</p>
<ul>
<li><b>eMail</b>. Sends an e-mail from Pandora's Server</li>
<li><b>Internal audit</b>. Writes the incident in Pandora's internal audit system</li>
<li><b>LogFile</b>. Writes the incident in the log file</li>
<li><b>SMS Text</b>. Sends an SMS to a given mobile phone</li>
<li><b>SNMP Trap</b>. Sends a SNMP Trap</li>
<li><b>Syslog</b>. Sends an alert to the Syslog</p>
</ul>
<p class="center"><img src="images/image011.png"></p>
<p>An Alert is deleted by clicking on the delete icon <img src="../../images/cross.png"> placed on the right hand side of the Alert. A new customised Alert can be created clicking in "Create Alert".</p>
<p>The values "<code>_field1_</code>", "<code>_field2_</code>" and "<code>_field3_</code>" in the customised Alerts are used to build the command line that the machine where Pandora resides will execute if there were several servers, the one in Master mode.</p>
<p class="center"><img src="images/image012.png"></p>
<p>When a new Alert is created the following field must be filled in:</p>
<ul>
<li><b>Alert name:</b> The name of the Alert</li>
<li><b>Command:</b> Command the Alert will trigger</li>
<li><b>Description:</b> Description of the Alert</li>
</ul>
<p>In 'Command' data field these variables are used to build the command line that the machine where Pandora resides will execute if there were several servers, the one in Master mode, replacing at runtime:</p>
<ul>
<li><code><b>_field1_</b></code>: Field #1, usually assigned as username, e-mail destination or single identification for this event</li>
<li><code><b>_field2_</b></code>: Field #2, usually assigned as short description of events, as subject line in e-mail</li>
<li><code><b>_field3_</b></code>: Field #3, a full text explanation for the event</li>
<li><code><b>_agent_</b></code>: Agent name</li>
<li><code><b>_timestamp_</b></code>: A standard representation of date and time. Replaced automatically when the event has been fired</li>
<li><code><b>_data_</b></code>: The data value that triggered the alert</li>
</ul>
<h4><a name="3222">3.2.2.2. Assigning Alerts</a></h4>
<p>The next step after an Agent has been added, its modules have been configurated and the alerts have been defined, it is time to assign those Alerts to the agent.</p>
<p>This is done by clicking on the Agent to be configured on the "Manage Agents" option, Administration menu. The Alert association form is placed at the bottom of that page.</p>
<p><img src="images/image013.png"></p>
<p>To assign an Alert the next fields must be filled in:</p>
<ul>
<li><b>Alert type:</b> This can be selected from the list of alerts that have been previously generated.</li>
<li><b>Maximum Value:</b> Defines the maximum value for a module. Any value above that threshold will trigger the Alert.</li>
<li><b>Minimum Value:</b> Defines the minimum value for a module. Any value below that will trigger the Alert.</li>
<li><b>Description:</b> Describes the function of the Alert, and it is useful to identify the Alert amongst the others in the Alert General View.</li>
<li><b>Field #1 (Alias, name):</b> Define the used value for the "_field1_" variable.</li>
<li><b>Field #2 (Single Line):</b> Define the used value for the "_field2_" variable.</li>
<li><b>Field #3 (Full Text):</b> Define the used value for the "_field3_" variable.</li>
<li><b>Time threshold:</b> Minimum duration between the firing of two consecutive alerts, in seconds.</li>
<li><b>Max Alerts Fired:</b> Maximum number of alerts that can be sent consecutively.</li>
<li><b>Assigned module:</b> Module to be motitorized by the alert.</li>
</ul>
<p>All the alerts of an agent can be seen through "Manage Agents" in the Adminitration menu and selecting the agent.</p>
<h3><a name="323">3.2.3. Agent module and agent's alert management</a></h3>
<p>It might happen that the user finds that modules and alerts configured for an agent would be repeated in a new agent.</p>
<p>In order to simplify the administrator's job Pandora offers the option of copying modules and alerts defined in an agent to be assigned to another.</p>
<p>The screen is accessed through "Manage Agents"&gt;"Manage Config.", in the Administration menu:</p>
<p class="center"><img src="images/image014.png"></p>
<p>The Source Agent menu permits the selection of the agent where the needed modules and/or alerts reside. The "Get Info" button shows the modules for that agent in the Modules list box.</p>
<p><b><i>The copy process</i></b> is performed to copy the module and/or alert configuration from the selected source agents to the selected destination agents. Several agents can be selected, pressing CTRL and the mouse right button simultaneously. The two tick boxes at the top of the form will be used to specify if the configuration
to copy is from modules and/or from alerts.</p>
<p><b><i>The delete process</i></b> is performed to delete the configuration of the destination agents, in the multiple selection list box. Several agents can be selected at a time, and the tick boxes at the top of the
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="324">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.png"> 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>
<h3><a name="331">3.3.1. Agent view</a></h3>
<p>All the Agents can be accessed from the Operation menu.</p>
<p> You can view the agents in groups by clicking "View agents".
From here the status of the agents can be quickly reviewed
thanks to a simple system coloured circles and bulbs that
appear when the user pass the mouse on a group.
</p>
<p class="center"><img src="images/groups.png"></p>
<p>To view all the Agents of the group just click in the icon of the group.</p>
<p class="center"><img src="images/image015.png"></p>
<p>The list of agents shows all the relevant the information in the following columns:</p>
<p><b>Agent:</b> Shows the agent's name.</p>
<p><b>SO:</b> Displays an icon that represents the Operating System.</p>
<p><b>Interval:</b> Shows the time interval (seconds) in which the agent sends data to the server.</p>
<p><b>Group:</b> This is the group the agent belongs to.</p>
<p><b>Modules:</b> Under normal circumstances this field shows the values representing the
number of modules and the number of monitors, both in black. If the status of a
monitor changes to "incorrect", one additional number is shown: the number of
modules, the number of monitors and the number of monitors with "incorrect" status,
all in black save the last one.</p>
<p><b>Status:</b> Shows the "general" status of the agent through the following icons:</p>
<div class='ml35'>
<p><img src="../../images/b_green.png"> All the monitors OK. It's the ideal status.</p>
<p><img src="../../images/b_white.png"> No defined monitors. Sometimes nothing is monitored
that could be right or wrong, and only numeric or text data is reported.</p>
<p><img src="../../images/b_red.png"> At least one of the monitors is failing. Usually we
want to avoid this, and keep our systems in a healthy green colour.</p>
<p><img src="../../images/b_blue.png"> The agent doesn't have <u>any</u> data. New agents with an empty data
package can have this status.</p>
<p><img src="../../images/b_yellow.png"> Colour shifting from green to red. This icon indicates
that the agent has just changed its status, from 'All OK' to 'we have a problem'.</p>
<img src="../../images/b_down.png"> When an agent is down or there is no news from it for 2 times the Interval value in seconds. Usually it is due to a communication issue or a crashed remote system.</p>
</div>
<p><b>Alerts:</b> Shows if any alerts have been sent through the following icons:</p>
<div class='ml35'>
<p><img src="../../images/dot_green.png"> No alerts have been sent.</p>
<p><img src="../../images/dot_red.png"> 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, using a progress bar, according to value of the interval. If you see the image <img src="../../images/outof.png">, 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.png" width="15"> is only visible if you're and administrator and it's a link to the "Manage Agents" &gt; "Update Agent" option in the Administration menu.</p>
<h3><a name="332">3.3.2. Accessing the data of an agent</a></h3>
<p>When an agent is accessed, by clicking on its name, all the information related to that agent is displayed.</p>
<h4><a name="3321">3.3.2.1. Agent general info</a></h4>
<p>This shows the data introduced when the agent was created and the total number a data packages the agent has sent.</p>
<p class="center"><img src="images/image016.png"></p>
<h4><a name="3322">3.3.2.2. Last data received</a></h4>
<p>This is the description of all the agent modules been monitored.</p>
<p><img src="images/image017.png"></p>
<p>In this list the module information is shown in the following columns:</p>
<p><b>Module name:</b> Name given to the module in the agent's config file.</p>
<p><b>Module type:</b> Type of module as described in <a href="#321">section 3.2.1</a>.</p>
<p><b>Description:</b> Description given to the module in the agent's config file.</p>
<p><b>Data:</b> Last data sent by the agent.</p>
<p><b>Graph:</b> Monthly(M), Weekly(W), Daily(D) and Hourly(H) graphs are generated with
the data sent by the agent against time.</p>
<p>On the left hand side of the graph the newst data is represent, and on the right had side the oldest.</p>
<p>The generated graphs are:
<p class="ml75"> - <b>Hourly graph</b> (<img src="../../images/grafica_h.png">) covers a 60 minute interval</p>
<p class="center"><img src="images/image018.png"></p>
<p class="ml75"> - <b>Daily graph</b> (<img src="../../images/grafica_d.png">) covers a 24 hour interval</p>
<p class="center"><img src="images/image019.png"></p>
<p class="ml75"> - <b>Weekly graph</b> (<img src="../../images/grafica_w.png">) covers a 7 day interval</p>
<p class="center"><img src="images/image020.png"></p>
<p class="ml75"> - <b>Mothly graph</b> (<img src="../../images/grafica_m.png">) covers a 30 day interval</p>
<p class="center"><img src="images/image021.png"></p>
<p><b>Raw Data:</b> This is the raw data sent by the agent</p>
<p class="ml25"> - <img src="../../images/data_m.png"> Last month</p>
<p class="ml25"> - <img src="../../images/data_w.png"> Last week</p>
<p class="ml25"> - <img src="../../images/data_d.png"> Last day</p>
<h4><a name="3323">3.3.2.3. Complete list of monitors</a></h4>
<p>This is the description of all the monitors defined by the agent</p>
<p class="center"><img src="images/image022.png"></p>
<p>The list shows the information about the monitors in the following columns:</p>
<p><b>Agent:</b> Agent where the monitor is defined.</p>
<p><b>Type:</b> Data type of the monitor. For a monitor this value is always of the generic_proc type.</p>
<p><b>Module name:</b> Name given to the module when it was created.</p>
<p><b>Description:</b> Description given to the module in the agent's config file.</p>
<p><b>Status:</b> The table shows the agent status through the following icons:</p>
<p class="ml25"><img src="../../images/b_green.png"> The monitor is OK</p>
<p class="ml25"><img src="../../images/b_red.png"> The monitor is failing</p>
<p><b>Last contact:</b> Shows the time and date of the last data packaged received from the agent</p>
<h4><a name="3324">3.3.2.4. Complete list of alerts</a></h4>
<p>This is the description of all the alarms defined in the agent</p>
<p class="center"><img src="images/image023.png"></p>
<p>The monitor information is shown in the list divided in the following fields:</p>
<p><b>ID:</b> Agent were the alert has been defined.</p>
<p><b>Type:</b> Type of alert.</p>
<p><b>Description:</b> Description given to the alert when it was created.</p>
<p><b>Last fired:</b> The last time the alert was executed.</p>
<p><b>Times Fired:</b> Number of times the alert was launched.</p>
<p><b>Status:</b> Shows if the alert has been sent through the following icon:</p>
<p class="ml25"><img src="../../images/dot_green.png"> No alerts have been sent</p>
<p class="ml25"><img src="../../images/dot_red.png"> At least one alert has been sent</p>
<h3><a name="333">3.3.3. Group details</a></h3>
<p>The groups configured in Pandora can be
accessed through "View Agents"&gt;"Group detail" in the Operation menu. The group
details can be reviewed quikly thanks to a system of coloured bulbs.</p>
<p class="center"><img src="images/image025.png"></p>
The groups are displayed ordered by the following columns:</p>
<p><b>Groups:</b> Name of the group</p>
<p><b>Agents:</b> Number of agents configured in the group.</p>
<p><b>Monitors:</b> Number of monitors configured in the group.</p>
<p><b>Status:</b> The status is described through the following icons:</p>
<p class="ml25"><img src="../../images/b_green.png"> All monitors are OK.</p>
<p class="ml25"><img src="../../images/b_red.png"> At least one monitor has failed.</p>
<p class="ml25"><img src="../../images/b_down.png"> At least one monitor is down and there is no contact with it.</p>
<p class="ml25"><img src="../../images/b_white.png"> This Agent doesn't have any monitor defined.</p>
<p><b>OK:</b> Number of monitors that are OK.</p>
<p><b>Failed:</b> Number of failing monitors.</p>
<p><b>Down:</b> Number of down monitors.</p>
<h3><a name="334">3.3.4. Monitors view</a></h3>
<p>The description of all the monitors (a monitor is a module of "proc" type) defined in the server can be viewed from the "View Agents"&gt;"Monitor detail" option in the Operation menu.</p>
<p class="center"><img src="images/image026.png"></p>
<p>In this list all the monitors appear in a similar way as in the individual view, but now they are shown all together. This allows a deeper analisys of each monitor.</p>
<h3><a name="335">3.3.5. Alert details</a></h3>
<p>The description of all the alerts defined in the server can be viewed from the "View Agents"&gt;"Alert Details" option in Operation menu.</p>
<p class="center"><img src="images/image027.png"></p>
<p>In this list all the alerts appear in a similar way as in the individual view, but now they are shown all together. This allows a deeper analisys of each alert.</p>
<h3><a name="336">3.3.6. Data Export</a></h3>
<p>The Data Export tool can be found in the "View Agents"&gt;"Export data" option in the Operation Menu.</p>
<p>Three parameters need to be configured for exporting data: the agent where data resides, the modules to be exported and the date interval of the data to be exported:</p>
<p class="center"><img src="images/image028.png"></p>
<p>The fields in the results of Exporting data are:</p>
<p><b>Module:</b> Module name.</p>
<p><b>Data:</b> Data contained by the module.</p>
<p><b>Timestamp:</b> Date and time of the the package was sent by the agent.</p>
<p class="center"><img src="images/image029.png"></p>
<p>Selecting the CSV format for the output, a text
file with extension <b>.csv</b> is be created. The data is qualified by single quotes
and the fields separated by commas:</p>
<p class="center"><img src="images/image030.png"></p>
<h3><a name="337">3.3.7. Statistics</a></h3>
<p>Two kinds of graphical statistics are displayed from the "View Agents"&gt;"Statistics" option, in the Operation menu:</p>
<ul>
<li>A graph with the number of modules configurated for each agents,</li>
<li>A graph with number of packages sent by each Agent. A package is the number of
values from the modules the agent sends after each time interval.</li>
</ul>
<p class="center"><img src="images/image031.png"></p>
<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>
<p>
Majority of devices can send SNMP traps when have any problem as
reboot, lost interface, the temperature is very high, CPU crash,
etc. With Traps is possible to know the problem when it happens.
</p>
<p>
In Pandora FMS 1.3 there is a SNMP console to receive SNMP traps.
It is possible configure any device to send SNMP traps to
Pandora FMS, you only need the Pandora IP and Community.
</p>
<p>
From SNMP Console in the Operation menu the users can see
the SNMP traps sent to Pandora Server.
</p>
<p class="center"><img src="images/SNMP_console.png" align="center"></p>
<h3><a name="341">3.4.1. SNMP Alerts</a></h3>
<p>
Just like is possible to generate an alert if there is an out of
range module value. It is possible to generate an alert if an
SNMP trap is received with a anorma value. The Alert can consist of
sending and e-mail or SMS to the administrator, sending an SNMP
trap, write the incident into the system syslog or Pandora log
file, etc. Basically anything that can be triggered by a
script configured in the Operating System when Pandora Servers run.
</p>
<p>
In "SNMP Console" &gt; "SNMP Alerts" from Operation menu, the users
can see the configured SNMP Alerts.
</p>
<p class="center"><img src="images/SNMP_alert.png" align="center"></p>
<p> -
To create a new alert the administrator must click in "Create" button.
Then you get the following screen:
</p>
<p class="center"><img src="images/SNMP_alert_create.png"></p>
<p>
To assign an Alert the next fields must be filled in:
</p><p>
<b>Alert:</b> This can be selected from
the list of alerts that have been previously generated.
</p><p>
<b>Alert type:</b> You can chose between
"OID", "Custom OID/value" or "SNNMAgent".
</p><p>
<b>Description:</b> Describes the
function of the Alert, and it is useful to identify
the Alert amongst the others in the Alert General
View.
</p><p>
<b>OID:</b> The OID to be motitorized
by the alert.
</p><p>
<b>Custom value:</b> Custom value to be
motitorized by the alert.
</p><p>
<b>SNMP Agent IP:</b> IP of the SNMP
agent.
</p><p>
<b>Field #1 (Alias, name):</b> Define the
used value for the "_field1_" variable.
</p><p>
<b>Field #2 (Single Line):</b> Define the
used value for the "_field2_" variable.
</p><p>
<b>Field #3 (Full Text):</b> Define the
used value for the "_field3_" variable.
</p><p>
<b>Min number of alerts:</b> Minimum
number of alerts that can be sent consecutively.
</p><p>
<b>Max number of alerts:</b> Maximum
number of alerts that can be sent consecutively.
</p><p><b>Time threshold:</b> Minimum
duration between the firing of two consecutive
alerts, in seconds.
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,201 +0,0 @@
<?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 - IV. Incident Management</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap3.php">3. Agents</a> « <a href="toc.php">Table of Contents</a> » <a href="chap5.php">5. Events</a></h1>
</div>
<div class="rayah2"></div>
<a name="4"><h1>4. Incident management</h1></a>
<p>The system monitoring process needs to follow up the incidents arising in the system besides receiving and processing the data to be monitored in each time interval</p>
<p>Pandora uses a tool called Incident Manager for this task, where each user can open an incident, where a description of what happened in the network is shown. This can be completed with comments and files
when necessary.</p>
<p>This system is designed for group work. Different roles and workflow systems permit to move incidents from one group to another. The system allows different groups and different users to work on
the same incident, sharing information and files.</p>
<p>Clicking on "Manage Incidents", in the Operation menu, a list showing all the incidents is displayed, ordered by the date-time they were last updated. Filters can be applied to display only those
incidents the user is interested on.</p>
<p class="center"><img src="images/image034.png"></p>
<p>The filters that can be applied are:</p>
<ul>
<li><b>Incident status filter</b>. The user can display:
<p class="ml25">- All incidents</p>
<p class="ml25">- Active incidents</p>
<p class="ml25">- Closed incidents</p>
<p class="ml25">- Rejected incidents</p>
<p class="ml25">- Expired incidents</p>
</li>
<li>
<b>Property filter</b>. The incidents are shown by:
<p class="ml25">- All priorities</p>
<p class="ml25">- Informative priority</p>
<p class="ml25">- Low priority</p>
<p class="ml25">- Medium priority</p>
<p class="ml25">- High priority</p>
<p class="ml25">- Very high priority</p>
<p class="ml25">- Maintenance</p>
</li>
<li><b>Group filter</b>. It can be selected to display just the incidents of a given Pandora group.</li>
</ul>
<br>
<p>The incident list is displayed showing information in the following columns:</p>
<p><b>ID:</b> ID of the incident.</p>
<p><b>Status:</b> The incident status is represented by the following icons:</p>
<p class="ml25"><img src="../../images/dot_red.png"> Active incident</p>
<p class="ml25"><img src="../../images/dot_yellow.png"> Active incident with comments</p>
<p class="ml25"><img src="../../images/dot_blue.png"> Rejected incident</p>
<p class="ml25"><img src="../../images/dot_green.png"> Closed incident</p>
<p class="ml25"><img src="../../images/dot_white.png"> Expired incident</p>
<p><b>Incident name:</b> Name given to the incident</p>
<p><b>Priority:</b> The incident assigned priority is represented by the following icons:</p>
<p class="ml25"><img src="../../images/dot_red.png"><img src="../../images/dot_red.png"><img src="../../images/dot_red.png"> Very high priority</p>
<p class="ml25"><img src="../../images/dot_yellow.png"><img src="../../images/dot_red.png"><img src="../../images/dot_red.png"> High priority</p>
<p class="ml25"><img src="../../images/dot_yellow.png"><img src="../../images/dot_yellow.png"><img src="../../images/dot_red.png"> Medium priority</p>
<p class="ml25"><img src="../../images/dot_green.png"><img src="../../images/dot_yellow.png"><img src="../../images/dot_yellow.png"> Low priority</p>
<p class="ml25"><img src="../../images/dot_green.png"><img src="../../images/dot_green.png"><img src="../../images/dot_yellow.png"> Informative priority</p>
<p class="ml25"><img src="../../images/dot_green.png"><img src="../../images/dot_green.png"><img src="../../images/dot_green.png"> Maintenance priority</p>
<p><b>Group:</b> The name of the group the incident has been assigned to. One incident can only belong to a single group.</p>
<p><b>Updated at:</b> This is the date/time the incident was updated for the last time.</p>
<p><b>Source:</b> The source of the incident. The source is selected from a list stored
in the data base. This list can only be modified by the database base
administrator.</p>
<p><b>Owner:</b> User to whom the incident has been assigned to. It doesn't coinced
with the creator of the incident, as the incident may have been moved from one
user to another. The incident can be assigned to another user by its owner, or
by a user with management privileges over the group the incidents belong to.</p>
<h2><a name="41">4.1. Adding an incident</a></h2>
<p>The creation of incidents is performed by clicking on "Manage Incidents" &gt; "New incident", in the Operation menu</p>
<p class="center"><img src="images/image035.png"></p>
<p>The "Create Incident" form will come up, containing the necessary fields to define the incident. The process is completed by clicking on the 'Create' button.</p>
<h2><a name="42">4.2. Incident follow up</a></h2>
<p>All the open incidents can be followed up. The tool is reached by clicking on the "Manage Incidents" option, in the Operation menu.</p>
<p>The indicent is selected by clicking on its name in the "Incident name" column.</p>
<p>The screen coming up shows us the configuration variables of the incident, its comments and attached files.</p>
<p>The first part of the screen contains the Incident configuration.</p>
<p class="center"><img src="images/image036.png"></p>
<p>From this form the following values can be updated:</p>
<ul>
<li><b>Incident name</b></li>
<li><b>Incident owner</b></li>
<li><b>Incident status</b></li>
<li><b>Incident source</b></li>
<li><b>Group the indicent will belong to</b></li>
<li><b>Indicent priority</b></li>
</ul>
<p>The indicent is updated by clicking on the "Update incident" button.</p>
<h3><a name="421">4.2.1. Adding comments to an incident</a></h3>
<p> Comments about the incident can added clicking on "Add note". This will open up a screen with a text box in it.</p>
<p class="center"><img src="images/image037.png"></p>
<p>The comment is written in this box. The Comment will appear in the "Notes attached to incident" section after the button "Add" is pressed.</p>
<p class="center"><img src="images/image038.png"></p>
<p>Only users with writting privilieges can add a comment, and only the owners of the incident or of the notes can delete them.</p>
<h3><a name="422">4.2.2. Attaching files to an incident</a></h3>
<p>Sometimes it is necessary to link an incident with an image, a configuration file, or any kind of file.</p>
<p>The files are attached in the "Attach file" section. Here the file can be searched for in the local machine and attached when the "Upload" button is pressed.</p>
<p>Only a user with writing privileges can attach a file, and only the owner of the incident or of the file can delete it.</p>
<p class="center"><img src="images/image039.png"></p>
<p>The incident follow up screen shows all the files attached to the incident in the "Attached files" section of the screen.</p>
<p class="center"><img src="images/image040.png"></p>
<h2><a name="43">4.3. Searching for an incident</a></h2>
<p>A specific incident can be found amongst the
incidents created in Pandora by either using a filter as explained in the
first section of this chapter - or by making a query using the "Manage Incidents"&gt;"Searh Incident" tool, in the Operation menu.</p>
<p class="center"><img src="images/image041.png"></p>
<p>Any text string included as a sub-string in the
incident can be searched for using this tool. This search engine looks for the
string in the Incident title as well as in the text contained by the incident.
The search engine will not search neither the Comments added to the agent nor
the attached files. The search can be performed in addition to group, priority
or status filters.</p>
<h2><a name="44">4.4. Statistics</a></h2>
<p>The incident statisticts are shown in the "Manage Incidents"&gt;"Statistics" option of the Operation menu. They can be of five different types:</p>
<ul>
<li><b>Incident status</b></li>
<li><b>Incident priority</b></li>
<li><b>Users with the incident opened</b></li>
<li><b>Incidents by group</b></li>
<li><b>Incident source</b></li>
</ul>
<p class="center">
<img src="images/image042.png"><br>
<img src="images/image043.png"><br>
<img src="images/image044.png"><br>
</p>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,91 +0,0 @@
<?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 - V. Events</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap4.php">4. Incident Management</a> « <a href="toc.php">Table of Contents</a> » <a href="chap6.php">6. System Audit</a></h1>
</div>
<div class="rayah2"></div>
<a name="5"><h1>5. Events</h1></a>
<p>An event in Pandora is any unusual change happend in an agent.</p>
<p>An event is registered when an agent is down or starts up, when a monitor fails or changes its status, or when an alarm is sent.</p>
<p>An event is usually preceded by an issue with
the system being monitored. A validation and deletion system has been created
to avoid leaving unanalised issues, so they can be easily validated or deleted
if the problem can be ignored or it's been already solved.</p>
<p>The events appear ordered chronologically as they enter the system, and can be viewed by clicking the "View Events" option in the Operation menu. The newer events are placed at the top of the table.</p>
<p class="center"><img src="images/image045.png"></p>
<br>
<p>The event information list shows the data in the following columns:</p>
<p><b>Status:</b> The event status is represented by the icon bellow:</p>
<p class="ml25"><img src="../../images/dot_green.png"> The event has been validated</p>
<p class="ml25"><img src="../../images/dot_red.png"> The event hasn't been validated</p>
<p><b>Event name:</b> Name assigned to the event by Pandora.</p>
<p><b>Agent name:</b> Agent where the event happend.</p>
<p><b>Group name:</b> Group of the agent where the event has happened.</p>
<p><b>User ID: </b>User that validated the event.</p>
<p><b>Timestamp:</b> Date and time when the event was raised or validated- if it has been validated.</p>
<p><b>Action:</b> Action that can be executed over the event.</p>
<p class="ml25"><img src="../../images/ok.png"> This icon will validate the event, disappearing the icon</p>
<p class="ml25"><img src="../../images/cross.png"> This icon will delete the event</p>
<p>The events can be also validated or deleted in groups by selecting the tick boxes
on the last column of the event, and pressing "Validate" or "Delete" at the
bottom of the list.</p>
<h2><a name="51">5.1. Statistics</a></h2>
<p>Three different kinds of graphical statistic representation can be choosen from the "View Events"&gt;"Statistics" option in the Operation menu:</p>
<ul>
<li>Total number of events divided by revised and not revised
<p class="center"><img src="images/image046.png"></p>
</li>
<li>Total events divided by the users who validated the events
<p class="center"><img src="images/image047.png"></p>
</li>
<li>Total events divided by the group the agent raising the event belongs to
<p class="center"><img src="images/image048.png"></p>
</li>
</ul>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,77 +0,0 @@
<?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 - VI. System Audit</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="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="rayah2"></div>
<a name="6"><h1>6. System audit</h1></a>
<p>The Pandora's system audit shows all the actions performed by each user, as well as the failed logins.</p>
<p>In the actual version of Pandora the system
audit includes actions that somehow try to by pass the security system:
attempts to delete an incident by an unauthorised user, attemps to change user
profiles by unauthoried users, etc. Its main function is, however, to trace the
user connections (login/logout).</p>
<p>The audit Logs can be found in the System Audit option of the Administration menu, ordered chronologicly.</p>
<p>Filters can be applied to the Logs displayed to show only those of interest for the user, selected by the action the Log produces.</p>
<p>The selectable actions are those actions stored in the Data Base at that time.</p>
<p class="center"><img src="images/image049.png"></p>
<p>The following fields display the Audit Logs information:</p>
<p><b>User:</b> User that triggerd the event (SYSTEM isspecial user of the system).</p>
<p><b>Action:</b> Action generated by the entry in the log.</p>
<p><b>Date:</b> Date of the entry in the log.</p>
<p><b>Source IP:</b> IP of the machine or the agent that provoked the entry.</p>
<p><b>Comment:</b> Comment describing the entry</p>
<h2><a name="61">6.1. Statistics</a></h2>
<p>There isn't a special section to view system audit statistics. However, we could use a graph generated in the Users section to evaluate the actions of each user, as this graph would represent the total
number of entries in the audit log for each one: the more active the user is the higher the number of entries.</p>
<p>The graph will also show entries of invalid users, i.e., those entries generated by failed attemps to log in.</p>
<p class="center"><img src="images/image050.png"></p>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,106 +0,0 @@
<?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 - VII. Server Configuration</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap6.php">6. System audit</a> « <a href="toc.php">Table of Contents</a> » <a href="chap8.php">8. Database maintenance</a></h1>
</div>
<div class="rayah2"></div>
<a name="7"><h1>7. Pandora Servers</h1></a>
<p>In Pandora FMS 1.3 there are three different type of servers, Network Server,
Data Server and SNMP Server.</p>
<p>It is possible to manage the Pandora Servers from "Pandora Servers" option
in the Operation menu.</p>
<p class="center"><img src="images/servers1.png"></p>
<p>The following fields are displayed:</p>
<ul>
<li>
<b>Name:</b> Name of the server.
</li>
<li>
<b>Status:</b> Status of the server. Green OK and Red FAIL.
</li>
<li>
<b>IP address:</b> IP of the Server.
</li>
<li>
<b>Description:</b> Server description.
</li>
<li>
<b>Network:</b> Mark for Network Server.
</li>
<li>
<b>Data:</b> Mark for Data Server.
</li>
<li>
<b>SNMP:</b> Mark for SNMP Server.
</li>
<li>
<b>Master:</b> Marked when the server is Master and not
marked when the master is backup.
</li>
<li>
<b>Check:</b>
</li>
<li>
<b>Started at:</b> Date when the Server started.
</li>
<li>
<b>Updated at:</b> The date of the last update.
</li>
<li>
<b>Action:</b> Icons to modify server properties or
to delete a server (only in Administration menu).
</li>
</ul>
<p>From "Manage Servers", Administration menu you can configure and manage
servers.</p>
<p>
It is possible delete a server using the icon
<img src="../../images/cross.png">
</p>
<p>
It is possible to change the server properties using the icon
<img src="../../images/config.png">
</p>
<p>
In a Server it is possible to modify: Name, IP Address and Description.
</p>
<p class="center"><img src="images/servers2.png"></p>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,152 +0,0 @@
<?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 - VIII. Database maintenance</title>
<link rel="stylesheet" href="../../include/styles/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="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="rayah2"></div>
<a name="8"><h1>8. Database Maintenance</h1></a>
<p>The core of Pandora's system is its Database. All the data collected by the monitored
machines is stored in this data base, from the administrator's data, to the
events, incidents and audit data generated in the system at any time.</p>
<p>It is obvious that the efficiency and reliability of this module is vital for the correct functioning of Pandora. A regular data base maintainance is needed. To do so the data base managers can
use standard MySQL commands. Maintaining Pandora database in good condition is critital for Pandora to work properly.</p>
<p>As the database size will increase linearly, the data will be compacted to reduce the amount of stored data without loosing important information, specially the different graphs that are generated with
the processed data.</p>
<p>Going to "DB Maintenance" from the Administration menu we will find the Database configuration defined in the "Pandora Setup" option of the Administration menu to compact and delete data.</p>
<p class="center"><img src="images/image054.png"></p>
<h2><a name="81">8.1. DB Information</a></h2>
<p>The DB statistics are generated by Agent, on the "DB Maintenance"&gt;"DB Information" in the Administration menu, and are represented in two kinds of graphs:</p>
<ul>
<li>Number of modules configured for each of the agents.</li>
<li>Number of packages sent by each agent. A package is the group of data linked to the module the agent sends in each interval of time.</li>
</ul>
<p class="center">
<img src="images/image055.png"><br>
<img src="images/image056.png"><br>
<img src="images/image057.png"><br>
</p>
These graphs can be also viewed from "View Agents"&gt;"Statistics" in the Operation menu.</p>
<h2><a name="82">8.2. Manual purge of the Datadase</a></h2>
<p>Pandora counts with powerful tools for the
Administrator to manually purge the majority of data stored in the Database.
This includes data generated by both the agents and the own server.</p>
<h2><a name="83">8.3. Agent's data purge</a></h2>
<h3><a name="831">8.3.1. Debuging selected data from a module</a></h3>
<p>The option of purging selected data from a module is used to eliminate those out of range entries, whatever the reason agent failure, out of range values, testing, DB errors, etc. Eliminating erroneous, incorrect or unnecessary data makes the graphical representation more acuarate and shows the data without peaks or unreal scales.</p>
<p>From "DB Maintenance"&gt;"Database Debug" in the Administration menu any of the out of range data received from a agent's module can be deleted.</p>
<p class="center"><img src="images/image058.png"></p>
<p>The purge settings are: agent, module, minimum and maximum data range. Any parameter out of this minimum/maximum range will be deleted.</p>
<p>For example, in a module registering the number of processes, if we are only interested in values between 0 and 100, any values above that number will be usually produced by errors, noise or abnormal
circumstances. If we set to range between 0 and 100 all those values below and above - such as -1, 100 or 100000 - will be permanently deleted from the database.</p>
<h3><a name="832">8.3.2. Purging all the agent's data</a></h3>
<p>All the out of range data received by an agent can be deleted from the "DB Maintainance"&gt;"Database Purge" option in the Administration menu.</p>
<p>The data is deleted by the following parameters from the "Delete data" screen:</p>
<ul>
<li>Purge all data</li>
<li>Purge data over 90 days</li>
<li>Purge data over 30 days</li>
<li>Purge data over 14 days</li>
<li>Purge data over 7 days</li>
<li>Purge data over 3 days</li>
<li>Purge data over 1 day</li>
</ul>
<p class="center"><img src="images/image059.png"></p>
<h2><a name="84">8.4.Purging system data</a></h2>
<h3><a name="841">8.4.1. Audit data purge</a></h3>
<p>All the audit data generated by the system can be deleted from "DB Maintenance"&gt;"Database Audit", in the Administration menu</p>
<p>The data to be deleted is selected by setting the following parameters in the "Delete Data" screen</p>
<ul>
<li>Purge audit data over 90 days</li>
<li>Purge audit data over 30 days</li>
<li>Purge audit data over 14 days</li>
<li>Purge audit data over 7 days</li>
<li>Purge audit data over 3 days</li>
<li>Purge audit data over 1 day</li>
<li>Purge all audit data</li>
</ul>
<p class="center"><img src="images/image060.png"></p>
<h3><a name="842">8.4.2. Event data purge</a></h3>
<p>All the event data generated by the system can be deleted from "DB Maintenance"&gt;"Database Event", in the Administration menu</p>
<p>The data to be deleted is selected by setting the following parameters in the "Delete Data" screen</p>
<ul>
<li>Purge event data over 90 days</li>
<li>Purge event data over 30 days</li>
<li>Purge event data over 14 days</li>
<li>Purge event data over 7 days</li>
<li>Purge event data over 3 days</li>
<li>Purge event data over 1 day</li>
<li>Purge all event data</li>
</ul>
<p class="center"><img src="images/image061.png"></p>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

View File

@ -1,77 +0,0 @@
<?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/help.css" type="text/css">
</head>
<body>
<div class='logo'>
<img src="../../images/pandora_logo_head.png" alt='logo'><h1>Pandora FMS Help 1.3</h1>
</div>
<div class="toc">
<h1><a href="chap8.php">8. Database maintenance</a> « <a href="toc.php">Table of Contents</a></h1>
</div>
<div class="rayah2"></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.2 supports English, Spanish, Bable, Italian, French, Catalan and Portuguese of Brazil.</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"&gt;"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>
<div class="rayah">
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> &copy; Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Ra&uacute;l Mateos 2004-2006.</p>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Some files were not shown because too many files have changed in this diff Show More