mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
config: Update validators.
This commit is contained in:
parent
a401d871eb
commit
83ca372fa8
@ -28,7 +28,7 @@ type ClusterComponent {
|
||||
%attribute string "bind_port",
|
||||
|
||||
%attribute array "peers" {
|
||||
%attribute string "*"
|
||||
%attribute name(Endpoint) "*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -41,6 +41,6 @@ type Endpoint {
|
||||
},
|
||||
|
||||
%attribute array "accept_config" {
|
||||
%attribute string "*"
|
||||
%attribute name(Endpoint) "*"
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ type ExternalCommandListener {
|
||||
type CompatLog {
|
||||
%validator "ValidateRotationMethod",
|
||||
|
||||
%attribute string "path_prefix",
|
||||
%attribute string "log_dir",
|
||||
%attribute string "rotation_method"
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ type DynamicObject {
|
||||
},
|
||||
|
||||
%attribute array "authorities" {
|
||||
%attribute string "*"
|
||||
%attribute name(Endpoint) "*"
|
||||
},
|
||||
|
||||
%attribute array "domains" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user