config: Add missing "volatile" validator for the Service type.

This commit is contained in:
Gunnar Beutner 2013-09-24 13:33:16 +02:00
parent d1c194632b
commit 2ca6ec42e2
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ type Service {
%attribute number "enable_flapping",
%attribute number "flapping_threshold",
%attribute number "volatile",
%attribute array "hostdependencies" {
%attribute name(Host) "*"
},