mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-22 06:38:43 -04:00
10 lines
276 B
PHP
10 lines
276 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
|
|
|
|
/** @var $this \Icinga\Application\Modules\Module */
|
|
|
|
$this->provideHook('ApplicationState');
|
|
$this->provideHook('X509/Sni');
|
|
$this->provideHook('health', 'IcingaHealth');
|
|
$this->provideHook('health', 'RedisHealth');
|