summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/run.php
blob: 6fe492178c88ce69771c9ed470a415c9e61d0bce (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */

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

$this->provideHook('ApplicationState');
$this->provideHook('Health');
$this->provideHook('X509/Sni');