diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index 21ba802908..3dd7397a48 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -2428,7 +2428,7 @@ sub pandora_process_module ($$$$$$$$$;$) { } # Active ff interval - if ($module->{'module_ff_interval'} != 0) { + if ($module->{'module_ff_interval'} != 0 && $min_ff_event > 0 && $last_known_status != $status) { $current_interval = $module->{'module_ff_interval'}; } }