Provide hook for icingadbSupport

This commit is contained in:
Sukhwinder Dhillon 2021-11-12 12:02:33 +01:00 committed by raviks789
parent afff0bea34
commit 08175ae652
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb;
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
class IcingadbSupport extends IcingadbSupportHook
{
}

View file

@ -2,4 +2,5 @@
$this->provideHook('monitoring/HostActions');
$this->provideHook('monitoring/ServiceActions');
$this->provideHook('icingadb/icingadbSupport');
//$this->provideHook('director/shipConfigFiles');