mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-29 23:09:25 -05:00
Provide hook for icingadbSupport
This commit is contained in:
parent
afff0bea34
commit
08175ae652
2 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb;
|
||||
|
||||
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
|
||||
|
||||
class IcingadbSupport extends IcingadbSupportHook
|
||||
{
|
||||
|
||||
}
|
||||
1
run.php
1
run.php
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
$this->provideHook('monitoring/HostActions');
|
||||
$this->provideHook('monitoring/ServiceActions');
|
||||
$this->provideHook('icingadb/icingadbSupport');
|
||||
//$this->provideHook('director/shipConfigFiles');
|
||||
|
|
|
|||
Loading…
Reference in a new issue