mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
minor fix notif. satellite crashed
Former-commit-id: 829dc9d8ab224698bfb33582917ca8008ba7b255
This commit is contained in:
parent
aef10cf649
commit
97e6c7c77d
@ -1100,6 +1100,13 @@ class ConsoleSupervisor
|
||||
}
|
||||
|
||||
foreach ($servers as $server) {
|
||||
if ($server['type'] == SERVER_TYPE_ENTERPRISE_SATELLITE) {
|
||||
if ($server['downtime'] < ($server['keepalive'] * 2)) {
|
||||
// Satellite uses different keepalive mode.
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
if ($server['status'] == 1) {
|
||||
// Fatal error. Component has die.
|
||||
$msg = __(
|
||||
|
Loading…
x
Reference in New Issue
Block a user