From 82f63d7eda36488bf283c547db24ba388318844f Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Mar 2013 14:41:11 +0100 Subject: [PATCH] Add missing validator for Host -> Service -> notifications. --- lib/icinga/icinga-type.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 72937e2e9..7a534cf8e 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -77,6 +77,27 @@ type Host { %attribute string "service" } }, + + %attribute dictionary "notifications" { + %attribute dictionary "*" { + %attribute array "templates" { + %attribute string "*" + }, + + %attribute dictionary "macros" { + %attribute string "*" + }, + + %attribute array "export_macros", + + %attribute array "users" { + %attribute string "*" + }, + %attribute array "groups" { + %attribute string "*" + } + } + }, } }, -- 2.40.0