IcingaHost: show how to state custom var support
This commit is contained in:
parent
d2bb7fc9de
commit
37b5f5ddc7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue