From b02695dd95dcb888cbc6db81e828ffc09de2a6c8 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 24 Aug 2011 11:41:27 +0000 Subject: [PATCH] 2011-08-24 Ramon Novoa * lib/PandoraFMS/DataServer.pm: Exclude the datalist tag from the module's extended_info. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4814 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/lib/PandoraFMS/DataServer.pm | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 65a41ba2cb..5e57d84013 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2011-08-24 Ramon Novoa + + * lib/PandoraFMS/DataServer.pm: Exclude the datalist tag from the + module's extended_info. + 2011-08-22 Ramon Novoa * lib/PandoraFMS/Config.pm: Read the configuration option snmp_threads. diff --git a/pandora_server/lib/PandoraFMS/DataServer.pm b/pandora_server/lib/PandoraFMS/DataServer.pm index 4487bfa3bc..be411ee9da 100644 --- a/pandora_server/lib/PandoraFMS/DataServer.pm +++ b/pandora_server/lib/PandoraFMS/DataServer.pm @@ -452,7 +452,8 @@ sub process_module_data ($$$$$$$$$) { # Supported tags my $tags = {'name' => 0, 'data' => 0, 'type' => 0, 'description' => 0, 'max' => 0, 'min' => 0, 'descripcion' => 0, 'post_process' => 0, 'module_interval' => 0, 'min_critical' => 0, - 'max_critical' => 0, 'min_warning' => 0, 'max_warning' => 0, 'disabled' => 0, 'min_ff_event' => 0}; + 'max_critical' => 0, 'min_warning' => 0, 'max_warning' => 0, 'disabled' => 0, 'min_ff_event' => 0, + 'datalist' => 0}; # Other tags will be saved here $module_conf->{'extended_info'} = '';