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