Merge pull request #3524 from Icinga/fix/monitoring-application-state-hook-not-working-3523
monitoring: Introduce run.php and provide the new ApplicationStateHook
This commit is contained in:
commit
996532c2f7
|
@ -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