From a104dcf773250c59b524acf33e8c73285357d6b0 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 23 Feb 2015 14:29:17 +0100 Subject: [PATCH] Add validator for the 'ignore_soft_states' attribute refs #7326 --- lib/icinga/icinga-type.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 175423f81..f32d378b5 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -285,6 +285,7 @@ %attribute %array "states" { %attribute %number "*" }, + %attribute %number "ignore_soft_states", %attribute %number "disable_checks", %attribute %number "disable_notifications" } -- 2.40.0