From 6b47e561e9f75721e08987a19900d8a72bc4d40c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 21 Jul 2015 15:19:31 +0200 Subject: [PATCH] run.php: provide new import source as a hook refs #9690 --- run.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.php b/run.php index fbe1ccc6..8ac62ff1 100644 --- a/run.php +++ b/run.php @@ -1,4 +1,6 @@ registerHook('Monitoring\\HostActions', '\\Icinga\\Module\\Director\\Web\\HostActions'); +$this->registerHook('Director\\ImportSource', '\\Icinga\\Module\\Director\\Import\\ImportSourceSql', 'sql'); +