From 2ca6ec42e2e430f56728ac812ef3a8778c35ac45 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 24 Sep 2013 13:33:16 +0200 Subject: [PATCH] config: Add missing "volatile" validator for the Service type. --- lib/icinga/icinga-type.conf | 2 ++ 1 file changed, 2 insertions(+) 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) "*" }, -- 2.40.0