mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
parent
53e45da815
commit
1682175716
@ -63,10 +63,12 @@ use Icinga\Module\Director\ProvidedHook\CubeLinks;
|
||||
use Icinga\Module\Director\ProvidedHook\IcingaDbCubeLinks;
|
||||
|
||||
/** @var Module $this */
|
||||
$this->provideHook('monitoring/HostActions');
|
||||
$this->provideHook('monitoring/ServiceActions');
|
||||
$this->provideHook('cube/Actions', CubeLinks::class);
|
||||
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
|
||||
if ($this->getConfig()->get('frontend', 'disabled', 'no') !== 'yes') {
|
||||
$this->provideHook('monitoring/HostActions');
|
||||
$this->provideHook('monitoring/ServiceActions');
|
||||
$this->provideHook('cube/Actions', CubeLinks::class);
|
||||
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
|
||||
}
|
||||
|
||||
$directorHooks = [
|
||||
'director/DataType' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user