monitoring: Introduce run.php and provide the new ApplicationStateHook
fixes #3523
This commit is contained in:
parent
4f2a6dd9aa
commit
6f5edf132c
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
|
||||
|
||||
/** @var $this \Icinga\Application\Modules\Module */
|
||||
|
||||
$this->provideHook('ApplicationState');
|
Loading…
Reference in New Issue