From bf591093d83f7df0a74f2bc4cf81051fc770f39a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 2 Dec 2021 16:40:20 +0100 Subject: [PATCH] Provide implementation for hook `Icingadb/CustomVarRenderer` --- register-hooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/register-hooks.php b/register-hooks.php index 3aa83d64..5c72f321 100644 --- a/register-hooks.php +++ b/register-hooks.php @@ -71,6 +71,7 @@ if ($this->getConfig()->get('frontend', 'disabled', 'no') !== 'yes') { $this->provideHook('icingadb/icingadbSupport'); $this->provideHook('cube/Actions', CubeLinks::class); $this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class); + $this->provideHook('Icingadb/CustomVarRenderer'); $this->provideHook('Monitoring/CustomVarRenderer'); }