icingaweb2/modules/monitoring/run.php

9 lines
226 B
PHP
Raw Normal View History

<?php
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
/** @var $this \Icinga\Application\Modules\Module */
$this->provideHook('ApplicationState');
2021-04-20 13:05:22 +02:00
$this->provideHook('Health');
$this->provideHook('X509/Sni');