";
+ echo "".$est_tipo;
+ echo " | ".$est_modulo;
+ echo " | ".substr($est_description,0,32);
// echo " | ".$row3["datos"];
if ($agent_down == 1)
- $string=$string." | ";
+ echo " | ";
else
if ($est_estado == 1)
if ($est_cambio ==1)
- $string=$string." | ";
+ echo " | ";
else
- $string=$string." | ";
+ echo " | ";
else
- $string=$string." | ";
- $string=$string." | ".$temp_interval;
- $string=$string." | ";
+ echo " | ";
+ echo " | ";
+ echo $temp_interval;
+ echo " | ";
if ($agent_down == 1) // Si el agente esta down, lo mostramos en negrita y en rojo
- $string=$string."";
- $string=$string.$row_t["timestamp"]."";
+ echo "";
+
+ echo $row_t["timestamp"];
}
- else unset($string);
}
- if (isset($string)) {
- echo "".$lang_label["type"]." | ".$lang_label["module_name"]." | ".$lang_label["description"]." | ".$lang_label["status"]." | ".$lang_label["interval"]." | ".$lang_label["last_contact"]." | ";
- echo $string;
echo ' | ';
}
- else {
- echo "".$lang_label["no_monitors"]."";
- }
- }
else
- echo "".$lang_label["no_monitors"]."";
+ echo "- ".$lang_label["no_monitors"]."";
}
?>
\ No newline at end of file
diff --git a/pandora_console/operation/agentes/estado_ultimopaquete.php b/pandora_console/operation/agentes/estado_ultimopaquete.php
index 219b0610a7..da7fad2de7 100644
--- a/pandora_console/operation/agentes/estado_ultimopaquete.php
+++ b/pandora_console/operation/agentes/estado_ultimopaquete.php
@@ -2,7 +2,7 @@
// Pandora - the Free monitoring system
// ====================================
// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
-// Copyright (c) 2005-2006 Artica Soluciones Tecnol�icas S.L, info@artica.es
+// Copyright (c) 2005-2006 Artica Soluciones Tecnologicas 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
diff --git a/pandora_console/reporting/fgraph.php b/pandora_console/reporting/fgraph.php
index 92d6f3445a..6c5983d264 100644
--- a/pandora_console/reporting/fgraph.php
+++ b/pandora_console/reporting/fgraph.php
@@ -1,11 +1,23 @@
, 2003-2006
-// Raúl Mateos , 2006
-// Jose Navarro , 2006
+// Pandora - the Free monitoring system
+// ====================================
+// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
+// Copyright (c) 2005-2006 Artica Soluciones Tecnologicas, info@artica.es
+// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com
+// Copyright (c) 2006 Jose Navarro
+//
+// 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.
// Load global vars
include ("../include/config.php");
diff --git a/pandora_console/reporting/stat_win.php b/pandora_console/reporting/stat_win.php
index 48e3639519..f10e3d01ff 100644
--- a/pandora_console/reporting/stat_win.php
+++ b/pandora_console/reporting/stat_win.php
@@ -1,8 +1,19 @@
, 2003-2006
+// Pandora - the Free monitoring system
+// ====================================
+// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
+// Copyright (c) 2005-2006 Artica Soluciones Tecnol�icas S.L, info@artica.es
+// 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.
// Cargamos variables globales
session_start();
|