blob: 322b34b243d944f7283a977694fb9e73641df015 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
use Icinga\Application\Modules\Module;
/** @var Module $this */
$this->provideHook('monitoring/HostActions');
$this->provideHook('monitoring/ServiceActions');
$this->provideHook('monitoring/DetailviewExtension');
|