From: Gunnar Beutner Date: Tue, 24 Sep 2013 11:33:16 +0000 (+0200) Subject: config: Add missing "volatile" validator for the Service type. X-Git-Tag: v0.0.3~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca6ec42e2e430f56728ac812ef3a8778c35ac45;p=icinga2 config: Add missing "volatile" validator for the Service type. --- diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index f8e249290..dd9a5e18e 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -130,6 +130,8 @@ type Service { %attribute number "enable_flapping", %attribute number "flapping_threshold", + %attribute number "volatile", + %attribute array "hostdependencies" { %attribute name(Host) "*" },