diff --git a/library/Director/Objects/IcingaHost.php b/library/Director/Objects/IcingaHost.php index 01b38033..8851ee25 100644 --- a/library/Director/Objects/IcingaHost.php +++ b/library/Director/Objects/IcingaHost.php @@ -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'); + } }