IcingaHost: let check command be relation-rendered

This commit is contained in:
Thomas Gelf 2015-12-03 19:43:50 +01:00
parent b03f5c55ca
commit 00cb7bb9d0
1 changed files with 0 additions and 5 deletions

View File

@ -95,11 +95,6 @@ class IcingaHost extends IcingaObject
return $this->getResolvedProperty('check_command_id') !== null;
}
protected function renderCheck_command_id()
{
return $this->renderCommandProperty($this->check_command_id);
}
protected function renderEnable_notifications()
{
return $this->renderBooleanProperty('enable_notifications');