IcingaHost, IcingaService: render check_command name
This commit is contained in:
parent
8306787383
commit
d2bb7fc9de
|
@ -34,4 +34,9 @@ class IcingaHost extends IcingaObject
|
|||
'icon_image_alt' => null,
|
||||
'object_type' => null,
|
||||
);
|
||||
|
||||
protected function renderCheck_command_id()
|
||||
{
|
||||
return $this->renderCommandProperty($this->check_command_id);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,10 @@ class IcingaService extends IcingaObject
|
|||
'icon_image_alt' => null,
|
||||
'object_type' => null,
|
||||
);
|
||||
|
||||
|
||||
protected function renderCheck_command_id()
|
||||
{
|
||||
return $this->renderCommandProperty($this->check_command_id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue