Monitoring/*Actions: use new hooks as base class
This commit is contained in:
parent
39a0c963e0
commit
23cfbb12a4
|
@ -5,7 +5,7 @@ namespace Icinga\Module\Director\ProvidedHook\Monitoring;
|
|||
use Icinga\Application\Config;
|
||||
use Icinga\Module\Director\Db;
|
||||
use Icinga\Module\Director\Objects\IcingaHost;
|
||||
use Icinga\Module\Monitoring\Web\Hook\HostActionsHook;
|
||||
use Icinga\Module\Monitoring\Hook\HostActionsHook;
|
||||
use Icinga\Module\Monitoring\Object\Host;
|
||||
use Icinga\Web\Url;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace Icinga\Module\Director\ProvidedHook\Monitoring;
|
|||
use Icinga\Application\Config;
|
||||
use Icinga\Module\Director\Db;
|
||||
use Icinga\Module\Director\Objects\IcingaHost;
|
||||
use Icinga\Module\Monitoring\Web\Hook\ServiceActionsHook;
|
||||
use Icinga\Module\Monitoring\Hook\ServiceActionsHook;
|
||||
use Icinga\Module\Monitoring\Object\Service;
|
||||
use Icinga\Web\Url;
|
||||
|
||||
|
|
Loading…
Reference in New Issue