".__('Display of last data modules received by agent'); echo " "; echo ""; $sortField = get_parameter('sort_field'); $sort = get_parameter('sort', 'none'); $selected = 'border: 1px solid black;'; $url = 'index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=data&id_agente=' . $id_agente; $selectNameUp = ''; $selectNameDown = ''; $selectTypeUp = ''; $selectTypeDown = ''; $selectIntervalUp = ''; $selectIntervalDown = ''; $selectTimestampUp = ''; $selectTimestampDown = ''; $selectDataUp = ''; $selectDataDown = ''; $order[] = array('field' => 'id_module_group', 'order' => 'ASC'); switch ($sortField) { case 'name': switch ($sort) { case 'up': $selectNameUp = $selected; $order[] = array('field' => 'tagente_modulo.nombre', 'order' => 'ASC'); break; case 'down': $selectNameDown = $selected; $order[] = array('field' => 'tagente_modulo.nombre', 'order' => 'DESC'); break; } break; case 'type': switch ($sort) { case 'up': $selectTypeUp = $selected; $order[] = array('field' => 'tagente_modulo.id_tipo_modulo', 'order' => 'ASC'); break; case 'down': $selectTypeDown = $selected; $order[] = array('field' => 'tagente_modulo.id_tipo_modulo', 'order' => 'DESC'); break; } break; case 'interval': switch ($sort) { case 'up': $selectIntervalUp = $selected; $order[] = array('field' => 'tagente_modulo.module_interval', 'order' => 'ASC'); break; case 'down': $selectIntervalDown = $selected; $order[] = array('field' => 'tagente_modulo.module_interval', 'order' => 'DESC'); break; } break; case 'timestamp': switch ($sort) { case 'up': $selectTimestampUp = $selected; $order[] = array('field' => 'tagente_estado.utimestamp', 'order' => 'ASC'); break; case 'down': $selectTimestampDown = $selected; $order[] = array('field' => 'tagente_estado.utimestamp', 'order' => 'DESC'); break; } break; case 'data': switch ($sort) { case 'up': $selectDataUp = $selected; $order[] = array('field' => 'tagente_estado.datos', 'order' => 'ASC'); break; case 'down': $selectDataDown = $selected; $order[] = array('field' => 'tagente_estado.datos', 'order' => 'DESC'); break; } break; break; default: $selectNameUp = $selected; $selectNameDown = ''; $selectTypeUp = ''; $selectTypeDown = ''; $selectIntervalUp = ''; $selectIntervalDown = ''; $selectTimestampUp = ''; $selectTimestampDown = ''; $order[] = array('field' => 'tagente_modulo.nombre', 'order' => 'ASC'); break; } $modules = get_db_all_rows_filter ('tagente_modulo, tagente_estado', array ('tagente_modulo.id_agente_modulo = tagente_estado.id_agente_modulo', 'disabled' => 0, 'tagente_estado.utimestamp != 0', 'tagente_modulo.id_agente = '.$id_agente, 'order' => $order)); if ($modules === false) { echo "
".__('This agent doesn\'t have any module')."
"; return; } echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $texto=''; $last_modulegroup = 0; $color = 1; $write = give_acl ($config['id_user'], $agent['id_grupo'], "AW"); foreach ($modules as $module) { // Calculate table line color if ($color == 1){ $tdcolor = "datos"; $color = 0; } else { $tdcolor = "datos2"; $color = 1; } if ($module["id_module_group"] != $last_modulegroup ){ // Render module group names (fixed code) $nombre_grupomodulo = get_modulegroup_name ($module["id_module_group"]); $last_modulegroup = $module["id_module_group"]; echo ""; } // Begin to render data ... echo ""; $nombre_grupomodulo = get_modulegroup_name ($module["id_module_group"]); if ($nombre_grupomodulo != ""){ if (($label_group == 0) || ($last_label != $nombre_grupomodulo)){ // Show label module group $label_group = -1; $last_label = $nombre_grupomodulo; $texto = $texto. " "; } } $nombre_tipo_modulo = get_moduletype_name ($module["id_tipo_modulo"]); echo ""; } if ($module["id_tipo_modulo"] == 30112) { echo ""; echo ""; } else if (($module["id_tipo_modulo"] == 100) OR ($module['history_data'] == 0)) { echo ""; break; case 20: echo ""; break; case 30: echo ""; break; case 40: echo ""; break; case 50: echo ""; break; case 60: echo ""; break; } } else { if (is_numeric($module["datos"])){ echo ""; } $handle = "stat".$nombre_tipo_modulo."_".$module["id_agente_modulo"]; $url = 'include/procesos.php?agente='.$module["id_agente_modulo"]; $win_handle=dechex(crc32($module["id_agente_modulo"].$module["nombre"])); echo ""; } echo ""; } echo '
".__('Module name') . ' ' . '' . ''; echo "".__('Type') . ' ' . '' . ''; echo "".__('int') . ' ' . '' . ''; echo "".__('Description') . "".__('Data') . ' ' . '' . ''; echo "".__('Graph')."".__('Raw Data')."".__('Timestamp') . ' ' . '' . ''; echo "
".$nombre_grupomodulo."
"; // Render network exec module button, only when // Agent Write for this module and group, is given // Is a network module // Has flag = 0 if ($write && $module["id_modulo"] > 1 && $module["id_tipo_modulo"] < 100) { if ($module["flag"] == 0) { echo ""; } else { echo ""; } } echo " ".$nombre_grupomodulo.""; print_string_substr ($module["nombre"]); echo " "; print_moduletype_icon ($module["id_tipo_modulo"]); echo ""; if ($module["module_interval"] != 0){ echo $module["module_interval"]; $real_interval = $module["module_interval"]; } else { echo $intervalo_agente; $real_interval = $intervalo_agente; } if (($module["id_tipo_modulo"] != 3) AND ($module["id_tipo_modulo"] != 10) AND ($module["id_tipo_modulo"] != 17) AND ($module["id_tipo_modulo"] != 23)){ echo ""; echo safe_output(substr($module["descripcion"],0,32)); if (strlen($module["descripcion"]) > 32){ echo "..."; } echo "  x"; echo substr(safe_output($module["datos"]),0,12); } else { $graph_type = return_graphtype ($module["id_tipo_modulo"]); if ($module["id_tipo_modulo"] == 30) { // log4x switch($module["datos"]){ case 10: echo "TRACEDEBUGINFOWARNERRORFATAL"; echo format_for_graph($module["datos"] ); } else { if (strlen($module["datos"]) > 0 ) $colspan = 2; else $colspan= 1; echo ""; echo substr(safe_output($module["datos"]),0,42); } echo ""; $graph_label = output_clean_strict ($module["nombre"]); echo " "; $link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=604800&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=6000','week_".$win_handle."')"; echo ' '; $link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=86400&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=600','day_".$win_handle."')"; echo ' '; $link ="winopeng('operation/agentes/stat_win.php?type=$graph_type&period=3600&id=".$module["id_agente_modulo"]."&label=".$graph_label."&refresh=60','hour_".$win_handle."')"; echo ''; } if ($module['history_data'] == 1){ // RAW Table data echo ""; echo "  "; echo "  "; echo ""; } else { echo ""; if ($module["utimestamp"] == 0){ echo __('Never'); } else { $seconds = get_system_time () - $module["utimestamp"]; if ($module['id_tipo_modulo'] < 21 && $module["module_interval"] > 0 && $module["utimestamp"] > 0 && $seconds >= ($module["module_interval"] * 2)) { echo ''; } else { echo ''; } } print_timestamp ($module["utimestamp"], false); echo ''; echo "
'; ?>