From 37b5f5ddc753fc97b5e4056d2df53ef749da76b2 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 8 Jun 2015 14:42:12 +0200 Subject: [PATCH] IcingaHost: show how to state custom var support --- library/Director/Objects/IcingaHost.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Director/Objects/IcingaHost.php b/library/Director/Objects/IcingaHost.php index e322f4f4..01b38033 100644 --- a/library/Director/Objects/IcingaHost.php +++ b/library/Director/Objects/IcingaHost.php @@ -35,6 +35,8 @@ class IcingaHost extends IcingaObject 'object_type' => null, ); + protected $supportsCustomVars = true; + protected function renderCheck_command_id() { return $this->renderCommandProperty($this->check_command_id);