Add ff options

This commit is contained in:
felix.suarez 2023-12-29 09:47:25 -06:00
parent 58c9cc5b93
commit 65a0b4f22a
1 changed files with 4 additions and 0 deletions

View File

@ -4283,6 +4283,10 @@ sub init_module ($) {
$module->{'alert_template'} = undef;
$module->{'filter'} = 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;
}
################################################################################