summaryrefslogtreecommitdiffstats
path: root/run.php
blob: dc5e71494d5ed2af641c8d3df22a8d011c222b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

// Icinga IDO Reports | (c) 2018 Icinga GmbH | GPLv2

namespace Icinga\Module\Idoreports {

    use Icinga\Application\Icinga;

    /** @var \Icinga\Application\Modules\Module $this */

    $this->provideHook('reporting/Report', '\\Icinga\\Module\\Idoreports\\HostSlaReport');
    $this->provideHook('reporting/Report', '\\Icinga\\Module\\Idoreports\\ServiceSlaReport');
}