diff --git a/lib/icinga/host.cpp b/lib/icinga/host.cpp index e359fdc80..636967554 100644 --- a/lib/icinga/host.cpp +++ b/lib/icinga/host.cpp @@ -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 } };