mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-10350-GISS-Pierden-acceso-a-Metaconsola-mientras-dura-la-ejecucion-de-pandoradb' into 'develop'
handling synchronizer instantiation when metaconsole is merging See merge request artica/pandorafms!5580
This commit is contained in:
commit
bcc1775b1b
@ -2862,7 +2862,7 @@ class ConsoleSupervisor
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
|
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
|
||||||
$counts = $sync->getQueues(true);
|
$counts = $sync->getQueues(true);
|
||||||
|
|
||||||
if (count($counts) === 0) {
|
if (count($counts) === 0) {
|
||||||
@ -2919,7 +2919,7 @@ class ConsoleSupervisor
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
|
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
|
||||||
$queues = $sync->getQueues();
|
$queues = $sync->getQueues();
|
||||||
if (count($queues) === 0) {
|
if (count($queues) === 0) {
|
||||||
// Clean all.
|
// Clean all.
|
||||||
|
@ -58,7 +58,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #dc8100;
|
color: #dc8100 !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user