mirror of https://github.com/Icinga/icinga2.git
Added missing host attributes.
This commit is contained in:
parent
ae17878596
commit
ce49e3856b
|
@ -27,6 +27,8 @@ bool Host::m_ServicesCacheValid = true;
|
|||
static AttributeDescription hostAttributes[] = {
|
||||
{ "alias", Attribute_Config },
|
||||
{ "hostgroups", Attribute_Config },
|
||||
{ "dependencies", Attribute_Config },
|
||||
{ "hostchecks", Attribute_Config },
|
||||
{ "acknowledgement", Attribute_Replicated },
|
||||
{ "acknowledgement_expiry", Attribute_Replicated }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue