mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
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 {
|
||||
%require "host",
|
||||
%attribute string "host",
|
||||
|
||||
%require "port",
|
||||
%attribute string "port",
|
||||
|
||||
%attribute array "config_files" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user