From 7b8bee8a94897f9ad65248d390b79a4b037c8a05 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 15 Jun 2018 11:36:55 +0200 Subject: [PATCH] Provide grapher hook --- run.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run.php b/run.php index 3f05d06..f513ed9 100644 --- a/run.php +++ b/run.php @@ -5,4 +5,5 @@ $this->provideHook('monitoring/ServiceActions'); $this->provideHook('icingadb/HostActions'); $this->provideHook('icingadb/ServiceActions'); $this->provideHook('icingadb/icingadbSupport'); +$this->provideHook('grapher'); //$this->provideHook('director/shipConfigFiles');