mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
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);
|
||||
}
|
||||
|
||||
protected function renderEnable_active_checks()
|
||||
{
|
||||
return $this->renderBooleanProperty('enable_active_checks');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user