From ce49e3856b112b816b0d2fdff72c281382aafba3 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 27 Jan 2013 11:45:51 +0100 Subject: [PATCH] Added missing host attributes. --- lib/icinga/host.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 } };