Read ff threshold related fields from XML data files.

(cherry picked from commit 709b0fd2e78ea2aae8e72a999b103bd2b7ab7d25)
This commit is contained in:
Ramon Novoa 2016-10-26 12:13:20 +02:00
parent fd6473811f
commit 1311d84973
1 changed files with 2 additions and 1 deletions

View File

@ -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'} = '';