Add IcingadbSupport hook class

This commit is contained in:
Sukhwinder Dhillon 2021-11-15 17:08:29 +01:00 committed by Sukhwinder Dhillon
parent 020dc91d45
commit 68c572edb4
2 changed files with 11 additions and 0 deletions

View file

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

View file

@ -6,3 +6,4 @@ require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';
$this->provideHook('monitoring/DetailviewExtension');
$this->provideHook('icingadb/IcingadbSupport');