monitoring: Introduce run.php and provide the new ApplicationStateHook

fixes #3523
This commit is contained in:
Johannes Meyer 2018-07-12 13:40:15 +02:00
parent 4f2a6dd9aa
commit 6f5edf132c
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
/** @var $this \Icinga\Application\Modules\Module */
$this->provideHook('ApplicationState');