mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Add IcingadbSupport hook class
This commit is contained in:
parent
020dc91d45
commit
68c572edb4
2 changed files with 11 additions and 0 deletions
10
library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php
Normal file
10
library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Graphite\ProvidedHook\Icingadb;
|
||||
|
||||
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
|
||||
|
||||
class IcingadbSupport extends IcingadbSupportHook
|
||||
{
|
||||
|
||||
}
|
||||
1
run.php
1
run.php
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue