icingaweb2-module-graphite/run.php
2022-03-17 11:31:43 +01:00

11 lines
392 B
PHP

<?php
/** @var \Icinga\Application\Modules\Module $this */
require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';
$this->provideHook('monitoring/DetailviewExtension');
$this->provideHook('icingadb/IcingadbSupport');
$this->provideHook('icingadb/HostDetailExtension');
$this->provideHook('icingadb/ServiceDetailExtension');