From c37737cf963b919eea9e8e58371debdfdb259669 Mon Sep 17 00:00:00 2001 From: ramonn Date: Tue, 25 May 2010 13:43:25 +0000 Subject: [PATCH] 2010-05-25 Ramon Novoa * lib/PandoraFMS/DB.pm: Added get_agent_module_id to @EXPORT. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2796 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/lib/PandoraFMS/DB.pm | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 922bba9345..ddde7b895b 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-05-25 Ramon Novoa + + * lib/PandoraFMS/DB.pm: Added get_agent_module_id to @EXPORT. + 2010-05-25 Ramon Novoa * lib/PandoraFMS/DB.pm: Added functions to get alert data (needed by diff --git a/pandora_server/lib/PandoraFMS/DB.pm b/pandora_server/lib/PandoraFMS/DB.pm index c602cd4567..8ac92b3221 100644 --- a/pandora_server/lib/PandoraFMS/DB.pm +++ b/pandora_server/lib/PandoraFMS/DB.pm @@ -33,16 +33,17 @@ our @EXPORT = qw( db_insert get_agent_id get_agent_name - get_module_name + get_agent_module_id get_db_rows get_db_single_row get_db_value + get_group_id get_group_name get_module_id + get_module_name get_nc_profile_name - get_server_id - get_group_id get_os_id + get_server_id get_template_id get_template_module_id is_group_disabled