mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
FF Fix checking last_known_status
This commit is contained in:
parent
140ed1c304
commit
80086f2700
@ -2428,7 +2428,7 @@ sub pandora_process_module ($$$$$$$$$;$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Active ff interval
|
# 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'};
|
$current_interval = $module->{'module_ff_interval'};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user