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:
Eric Lippmann 2018-07-16 09:55:20 +02:00 committed by GitHub
commit 996532c2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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');