icingaweb2-module-graphite/run.php
2017-10-04 16:16:43 +02:00

8 lines
237 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');