IcingaHost: render boolean property, sample

This commit is contained in:
Thomas Gelf 2015-06-08 14:42:28 +02:00
parent 37b5f5ddc7
commit 9b34ba6848
1 changed files with 5 additions and 0 deletions

View File

@ -41,4 +41,9 @@ class IcingaHost extends IcingaObject
{
return $this->renderCommandProperty($this->check_command_id);
}
protected function renderEnable_active_checks()
{
return $this->renderBooleanProperty('enable_active_checks');
}
}