icingaweb2-module-graphite/run.php

9 lines
237 B
PHP
Raw Permalink Normal View History

<?php
/** @var \Icinga\Application\Modules\Module $this */
2017-10-04 10:16:43 -04:00
require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';
$this->provideHook('monitoring/DetailviewExtension');