From d05a82641d9ba025f2550397ff5c511175b930ca Mon Sep 17 00:00:00 2001 From: slerena Date: Fri, 13 Jun 2008 17:01:05 +0000 Subject: [PATCH] 2008-06-13 Sancho Lerena * status_events: added to view new events in agentg view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@861 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 2 ++ .../operation/agentes/status_events.php | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 pandora_console/operation/agentes/status_events.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 87060c90ba..5e1352e954 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,7 @@ 2008-06-13 Sancho Lerena + * status_events: added to view new events in agentg view + * index.php: Added pure (Fullscreen). HTML code cleanup and user session. * pandoradb.sql: talert_snmp: Added priority field. diff --git a/pandora_console/operation/agentes/status_events.php b/pandora_console/operation/agentes/status_events.php new file mode 100644 index 0000000000..4f9825b47e --- /dev/null +++ b/pandora_console/operation/agentes/status_events.php @@ -0,0 +1,35 @@ +".lang_string ("Latest events for this agent").""; +smal_event_table ("WHERE id_agente = $id_agente", $limit = 10, $width=750); + +?> \ No newline at end of file