From 72e22dfc3ae7ecb30bd304c538ba49679726701b 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. --- 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 3accde29f1..8d1cfe4eda 100644 --- a/pandora_server/lib/PandoraFMS/DataServer.pm +++ b/pandora_server/lib/PandoraFMS/DataServer.pm @@ -559,7 +559,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'} = '';