mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-21 15:00:18 +02:00
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[] = {
|
static AttributeDescription hostAttributes[] = {
|
||||||
{ "alias", Attribute_Config },
|
{ "alias", Attribute_Config },
|
||||||
{ "hostgroups", Attribute_Config },
|
{ "hostgroups", Attribute_Config },
|
||||||
|
{ "dependencies", Attribute_Config },
|
||||||
|
{ "hostchecks", Attribute_Config },
|
||||||
{ "acknowledgement", Attribute_Replicated },
|
{ "acknowledgement", Attribute_Replicated },
|
||||||
{ "acknowledgement_expiry", Attribute_Replicated }
|
{ "acknowledgement_expiry", Attribute_Replicated }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user