Merge branch 'ent-11844-etiquetas-module_each_ff-module_event_ff_critical-warning-normal-no-funcionan-en-el-data' into 'develop'

Ent-11844-etiquetas-module_each_ff-module_event_ff_critical-warning-normal-no-funcionan-en-el-data

Closes pandora_enterprise#11844

See merge request artica/pandorafms!6822
This commit is contained in:
Rafael Ameijeiras 2024-01-30 13:55:00 +00:00
commit f084893889
1 changed files with 4 additions and 0 deletions

View File

@ -4283,6 +4283,10 @@ sub init_module ($) {
$module->{'alert_template'} = undef; $module->{'alert_template'} = undef;
$module->{'filter'} = undef; $module->{'filter'} = undef;
$module->{'absoluteinterval'} = undef; $module->{'absoluteinterval'} = undef;
$module->{'each_ff'} = undef;
$module->{'min_ff_event_normal'} = undef;
$module->{'min_ff_event_warning'} = undef;
$module->{'min_ff_event_critical'} = undef;
} }
################################################################################ ################################################################################