IcingaHost: render boolean property, sample
This commit is contained in:
parent
37b5f5ddc7
commit
9b34ba6848
|
@ -41,4 +41,9 @@ class IcingaHost extends IcingaObject
|
||||||
{
|
{
|
||||||
return $this->renderCommandProperty($this->check_command_id);
|
return $this->renderCommandProperty($this->check_command_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function renderEnable_active_checks()
|
||||||
|
{
|
||||||
|
return $this->renderBooleanProperty('enable_active_checks');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue