2010-05-25 Ramon Novoa <rnovoa@artica.es>
* 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
This commit is contained in:
parent
2164045cd3
commit
5652d1190e
|
@ -1,3 +1,7 @@
|
||||||
|
2010-05-25 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/DB.pm: Added get_agent_module_id to @EXPORT.
|
||||||
|
|
||||||
2010-05-25 Ramon Novoa <rnovoa@artica.es>
|
2010-05-25 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/DB.pm: Added functions to get alert data (needed by
|
* lib/PandoraFMS/DB.pm: Added functions to get alert data (needed by
|
||||||
|
|
|
@ -33,16 +33,17 @@ our @EXPORT = qw(
|
||||||
db_insert
|
db_insert
|
||||||
get_agent_id
|
get_agent_id
|
||||||
get_agent_name
|
get_agent_name
|
||||||
get_module_name
|
get_agent_module_id
|
||||||
get_db_rows
|
get_db_rows
|
||||||
get_db_single_row
|
get_db_single_row
|
||||||
get_db_value
|
get_db_value
|
||||||
|
get_group_id
|
||||||
get_group_name
|
get_group_name
|
||||||
get_module_id
|
get_module_id
|
||||||
|
get_module_name
|
||||||
get_nc_profile_name
|
get_nc_profile_name
|
||||||
get_server_id
|
|
||||||
get_group_id
|
|
||||||
get_os_id
|
get_os_id
|
||||||
|
get_server_id
|
||||||
get_template_id
|
get_template_id
|
||||||
get_template_module_id
|
get_template_module_id
|
||||||
is_group_disabled
|
is_group_disabled
|
||||||
|
|
Loading…
Reference in New Issue