diff --git a/pandora_console/operation/agentes/estado_grupo.php b/pandora_console/operation/agentes/estado_grupo.php
index 7708278894..bdc86331d6 100644
--- a/pandora_console/operation/agentes/estado_grupo.php
+++ b/pandora_console/operation/agentes/estado_grupo.php
@@ -68,7 +68,7 @@ if (comprueba_login() == 0)
$grupo[$array_index]["group"]=dame_nombre_grupo($migrupo);
$contador_agente++; // Estado grupo, agent
if ($down ==0){
- $sql2="SELECT * FROM tagente_modulo WHERE ( id_tipo_modulo = 2 OR id_tipo_modulo = 6 or id_tipo_modulo = 10 ) and id_agente =".$row1["id_agente"];
+ $sql2="SELECT * FROM tagente_modulo WHERE ( id_tipo_modulo = 2 OR id_tipo_modulo = 6 OR id_tipo_modulo = 10 ) and id_agente =".$row1["id_agente"];
$result2=mysql_query($sql2);
while ($row2 = mysql_fetch_array($result2)){
$sql3="SELECT * FROM tagente_estado WHERE id_agente_modulo = ".$row2["id_agente_modulo"];
@@ -141,10 +141,13 @@ echo "
";
$celda = "
".$lang_label["agents"].": | ".$grupo[$real_count]["agent"].""; + $celda = $celda." |
".$lang_label["agents"].": | |
---|---|
".$grupo[$real_count]["agent"].""; + $celda = $celda." | |
".ucfirst($lang_label["monitors"]).": | |
".$lang_label["ok"].": | ".$grupo[$real_count]["ok"].""; $celda = $celda." |
".$lang_label["down"].": | ".$grupo[$real_count]["down"].""; $celda = $celda." |
".$lang_label["fail"].": | ".$grupo[$real_count]["bad"].""; + $celda = $celda." |