'.__('There was a problem loading agent').''; return; } if (give_acl ($config["id_user"], $agent["id_grupo"], "AR") == 0) { audit_db ($config["id_user"], $REMOTE_ADDR, "ACL Violation", "Trying to access Agent General Information"); require_once ("general/noaccess.php"); exit; } echo "
'.__('Agent name').' | '; echo ''.strtoupper($agent["nombre"]).' | '; echo '![]() ![]() |
'.__('IP Address').' | '; echo ''; print_select (get_agent_addresses ($id_agente), "not_used", get_agent_address ($id_agente)); echo ' | |
'.__('OS').' | '; echo '||
'.__('Parent').' | '; echo ''.dame_nombre_agente ($agent["id_parent"]).' | |
'.__('Interval').' | '; echo ''.human_time_description_raw ($agent["intervalo"]).' | |
'.__('Description').' | '; echo ''.$agent["comentarios"].' | |
'.__('Group').' | '; echo '';
echo ' | |
'.__('Agent Version'). ' | '; echo ''.$agent["agent_version"].' | |
'. __('Total packets'). ' | '; echo ''.dame_numero_datos ($id_agente).' | |
'.__('Last contact')." / ".__('Remote').' | '; if ($agent["ultimo_contacto"] == "0000-00-00 00:00:00") { echo __('Never'); } else { echo $agent["ultimo_contacto"]; } echo " / "; if ($agent["ultimo_contacto_remoto"] == "0000-00-00 00:00:00") { echo __('Never'); } else { echo $agent["ultimo_contacto_remoto"]; } echo ' | |
'.__('Next agent contact').' | '; echo '