]> granicus.if.org Git - icinga2/commitdiff
Added missing host attributes.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 27 Jan 2013 10:45:51 +0000 (11:45 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 27 Jan 2013 10:45:51 +0000 (11:45 +0100)
lib/icinga/host.cpp

index e359fdc804cb8d29b8f209f90292fb9dae780db4..63696755406ba9df6eacc13d671f199181a8c88c 100644 (file)
@@ -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 }
 };