IcingaDependency: properties for changed schema

This commit is contained in:
Thomas Gelf 2019-07-02 15:50:24 +02:00
parent 161fc631ba
commit 8f4a93dd08
1 changed files with 6 additions and 0 deletions

View File

@ -21,7 +21,9 @@ class IcingaDependency extends IcingaObject implements ExportInterface
'disabled' => 'n',
'apply_to' => null,
'parent_host_id' => null,
'parent_host_var' => null,
'parent_service_id' => null,
'parent_service_var' => null,
'child_host_id' => null,
'child_service_id' => null,
'disable_checks' => null,
@ -119,6 +121,10 @@ class IcingaDependency extends IcingaObject implements ExportInterface
return '';
}
/**
* @return string
* @throws ConfigurationError
*/
protected function renderObjectHeader()
{
if ($this->isApplyRule()) {