IcingaHost: define relations
This commit is contained in:
parent
9d6197e9c8
commit
8d173b9602
|
@ -39,6 +39,14 @@ class IcingaHost extends IcingaObject
|
||||||
'object_type' => null,
|
'object_type' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected $relations = array(
|
||||||
|
'check_command' => 'IcingaCommand',
|
||||||
|
'event_command' => 'IcingaCommand',
|
||||||
|
'check_period' => 'IcingaTimePeriod',
|
||||||
|
'command_endpoint' => 'IcingaEndpoint',
|
||||||
|
'zone' => 'IcingaZone',
|
||||||
|
);
|
||||||
|
|
||||||
protected $supportsCustomVars = true;
|
protected $supportsCustomVars = true;
|
||||||
|
|
||||||
protected $supportsGroups = true;
|
protected $supportsGroups = true;
|
||||||
|
|
Loading…
Reference in New Issue