mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-28 18:09:33 -05:00
Use IcingaDbState for nodes from IcingaDb MySQL backend in ProcessCommand
Since we have included monitored nodes from IcingaDB MySQL backend, the states for these nodes will be now calculated using IcingaDbState::apply.
This commit is contained in:
parent
f9be5f81d6
commit
5d905426b6
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ use Icinga\Module\Businessprocess\BpConfig;
|
||||||
use Icinga\Module\Businessprocess\BpNode;
|
use Icinga\Module\Businessprocess\BpNode;
|
||||||
use Icinga\Module\Businessprocess\HostNode;
|
use Icinga\Module\Businessprocess\HostNode;
|
||||||
use Icinga\Module\Businessprocess\Node;
|
use Icinga\Module\Businessprocess\Node;
|
||||||
|
use Icinga\Module\Businessprocess\State\IcingaDbState;
|
||||||
use Icinga\Module\Businessprocess\State\MonitoringState;
|
use Icinga\Module\Businessprocess\State\MonitoringState;
|
||||||
use Icinga\Module\Businessprocess\Storage\LegacyStorage;
|
use Icinga\Module\Businessprocess\Storage\LegacyStorage;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue