Merge branch 'ent-12438-16583-monitorizacion-con-intervalo-ff' into 'develop'
Ent-12438-16583-monitorizacion-con-intervalo-ff Closes pandora_enterprise#12438 See merge request artica/pandorafms!6924
This commit is contained in:
commit
7335c3d937
|
@ -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'};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue