mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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,
|
'object_type' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected $supportsCustomVars = true;
|
||||||
|
|
||||||
protected function renderCheck_command_id()
|
protected function renderCheck_command_id()
|
||||||
{
|
{
|
||||||
return $this->renderCommandProperty($this->check_command_id);
|
return $this->renderCommandProperty($this->check_command_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user