mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Added missing host attributes.
This commit is contained in:
parent
ae17878596
commit
ce49e3856b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue