mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Add missing validator for Host -> Service -> notifications.
This commit is contained in:
parent
6d69d6c639
commit
82f63d7eda
@ -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 "*"
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user