Add missing validator for Host -> Service -> notifications.

This commit is contained in:
Gunnar Beutner 2013-03-22 14:41:11 +01:00
parent 6d69d6c639
commit 82f63d7eda
1 changed files with 21 additions and 0 deletions

View File

@ -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 "*"
}
}
},
}
},