From 1311d849737b364f57a15f21146686c3d2ce98d9 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 26 Oct 2016 12:13:20 +0200 Subject: [PATCH] Read ff threshold related fields from XML data files. (cherry picked from commit 709b0fd2e78ea2aae8e72a999b103bd2b7ab7d25) --- pandora_server/lib/PandoraFMS/DataServer.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_server/lib/PandoraFMS/DataServer.pm b/pandora_server/lib/PandoraFMS/DataServer.pm index 92324bed0e..282d51848c 100644 --- a/pandora_server/lib/PandoraFMS/DataServer.pm +++ b/pandora_server/lib/PandoraFMS/DataServer.pm @@ -544,7 +544,8 @@ sub process_module_data ($$$$$$$$$) { 'datalist' => 0, 'status' => 0, 'unit' => 0, 'timestamp' => 0, 'module_group' => 0, 'custom_id' => '', 'str_warning' => '', 'str_critical' => '', 'critical_instructions' => '', 'warning_instructions' => '', 'unknown_instructions' => '', 'tags' => '', 'critical_inverse' => 0, 'warning_inverse' => 0, 'quiet' => 0, - 'module_ff_interval' => 0, 'alert_template' => '', 'crontab' => ''}; + 'module_ff_interval' => 0, 'alert_template' => '', 'crontab' => '', 'min_ff_event_normal' => 0, + 'min_ff_event_warning' => 0, 'min_ff_event_critical' => 0, 'ff_timeout' => 0, 'each_ff' => 0}; # Other tags will be saved here $module_conf->{'extended_info'} = '';