mirror of https://github.com/Icinga/icinga2.git
Endpoint::host and Endpoint::service should be required attributes.
Fixes #4752
This commit is contained in:
parent
f12ef09f00
commit
16b46e6069
|
@ -33,7 +33,10 @@ type ClusterListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Endpoint {
|
type Endpoint {
|
||||||
|
%require "host",
|
||||||
%attribute string "host",
|
%attribute string "host",
|
||||||
|
|
||||||
|
%require "port",
|
||||||
%attribute string "port",
|
%attribute string "port",
|
||||||
|
|
||||||
%attribute array "config_files" {
|
%attribute array "config_files" {
|
||||||
|
|
Loading…
Reference in New Issue