mirror of https://github.com/Icinga/icinga2.git
config: Add missing "volatile" validator for the Service type.
This commit is contained in:
parent
d1c194632b
commit
2ca6ec42e2
|
@ -130,6 +130,8 @@ type Service {
|
|||
%attribute number "enable_flapping",
|
||||
%attribute number "flapping_threshold",
|
||||
|
||||
%attribute number "volatile",
|
||||
|
||||
%attribute array "hostdependencies" {
|
||||
%attribute name(Host) "*"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue