".__('ag_title')." > "; echo __('last_data_chunk'); echo " "; echo ""; $result3=mysql_query($sql3); if (mysql_num_rows ($result3)) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $texto=''; $last_modulegroup = 0; $color = 1; while ($row3=mysql_fetch_array($result3)){ // Calculate table line color if ($color == 1){ $tdcolor = "datos"; $color = 0; } else { $tdcolor = "datos2"; $color = 1; } if ($row3["id_module_group"] != $last_modulegroup ){ // Render module group names (fixed code) $nombre_grupomodulo = dame_nombre_grupomodulo ($row3["id_module_group"]); $last_modulegroup = $row3["id_module_group"]; echo ""; } // Begin to render data ... echo ""; $nombre_grupomodulo = dame_nombre_grupomodulo ($row3["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 = dame_nombre_tipo_modulo($row3["id_tipo_modulo"]); echo ""; } if ($row3["id_tipo_modulo"] == 100) { echo ""; } echo '
".__('module_name')."".__('type')."".__('int')."".__('description')."".__('data')."".__('graph')."".__('raw_data')."".__('timestamp')."
".$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 $id_grupo = $row_t["id_grupo"]; if (give_acl ($config['id_user'], $id_grupo, "AW")) { if (($row3["id_modulo"] > 1) AND ($row3["id_tipo_modulo"] < 100)) { if ($row3["flag"] == 0){ echo ""; } else { echo ""; } } } echo " ".$nombre_grupomodulo.""; echo salida_limpia(substr($row3["nombre"],0,15)); echo ""; echo ""; echo ""; if ($row3["module_interval"] != 0){ echo $row3["module_interval"]; $real_interval = $row3["module_interval"]; } else { echo $intervalo_agente; $real_interval = $intervalo_agente; } if (($row3["id_tipo_modulo"] != 3) AND ($row3["id_tipo_modulo"] != 10) AND ($row3["id_tipo_modulo"] != 17) AND ($row3["id_tipo_modulo"] != 23)){ echo ""; echo salida_limpia(substr($row3["descripcion"],0,32)); if (strlen($row3["descripcion"]) > 32){ echo "..."; } echo ""; echo substr(salida_limpia($row3["datos"]),0,12); } else { // String uses colspan2 and different graphtype if (($row3["id_tipo_modulo"] == 3) OR ($row3["id_tipo_modulo"] == 10) OR ($row3["id_tipo_modulo"] == 17) OR ($row3["id_tipo_modulo"] == 23)){ $graph_type = "string"; echo ""; } elseif (($row3["id_tipo_modulo"] == 2) OR ($row3["id_tipo_modulo"] == 6) OR ($row3["id_tipo_modulo"] == 21) OR ($row3["id_tipo_modulo"] == 18) OR ($row3["id_tipo_modulo"] == 9)) { $graph_type = "boolean"; echo ""; } else { $graph_type = "sparse"; echo ""; } // Kind of data if (is_numeric($row3["datos"])) { $mytempdata = fmod($row3["datos"], 1); if ($mytempdata == 0) $myvalue = intval($row3["datos"]); else $myvalue = $row3["datos"]; echo format_for_graph($myvalue ); } else echo substr(salida_limpia($row3["datos"]),0,42); $handle = "stat".$nombre_tipo_modulo."_".$row3["id_agente_modulo"]; $url = 'reporting/procesos.php?agente='.$row3["id_agente_modulo"]; $win_handle=dechex(crc32($row3["id_agente_modulo"].$row3["nombre"])); echo ""; $graph_label = output_clean_strict ($row3["nombre"]); echo " "; $link ="winopeng('reporting/stat_win.php?type=$graph_type&period=604800&id=".$row3["id_agente_modulo"]."&label=".$graph_label."&refresh=6000','week_".$win_handle."')"; echo ' '; $link ="winopeng('reporting/stat_win.php?type=$graph_type&period=86400&id=".$row3["id_agente_modulo"]."&label=".$graph_label."&refresh=600','day_".$win_handle."')"; echo ' '; $link ="winopeng('reporting/stat_win.php?type=$graph_type&period=3600&id=".$row3["id_agente_modulo"]."&label=".$graph_label."&refresh=60','hour_".$win_handle."')"; echo ''; } // RAW Table data echo ""; echo "  "; echo "  "; echo ""; echo ""; if ($row3["timestamp"] == "0000-00-00 00:00:00"){ echo __('never'); } else { $ahora = time(); // Async modules if (($row3["id_tipo_modulo"] > 20) AND ($row3["id_tipo_modulo"] < 100)){ echo human_time_comparation($row3["timestamp"]); } else { if ( ($ahora - $row3["utimestamp"]) > ($real_interval*2)) { echo ""; echo human_time_comparation($row3["timestamp"]); echo ""; } else echo human_time_comparation($row3["timestamp"]); } } echo "
'; } else { echo "
".__('no_modules')."
"; } ?>