IcingaHost, IcingaService: render check_command name

This commit is contained in:
Thomas Gelf 2015-06-08 14:41:40 +02:00
parent 8306787383
commit d2bb7fc9de
2 changed files with 11 additions and 0 deletions

View File

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

View File

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