IcingaHost: show how to state custom var support

This commit is contained in:
Thomas Gelf 2015-06-08 14:42:12 +02:00
parent d2bb7fc9de
commit 37b5f5ddc7
1 changed files with 2 additions and 0 deletions

View File

@ -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);