From: Gunnar Beutner Date: Thu, 26 Sep 2013 08:45:40 +0000 (+0200) Subject: Endpoint::host and Endpoint::service should be required attributes. X-Git-Tag: v0.0.3~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16b46e60699625b28d36f785ba6c8b761e30942d;p=icinga2 Endpoint::host and Endpoint::service should be required attributes. Fixes #4752 --- diff --git a/components/cluster/cluster-type.conf b/components/cluster/cluster-type.conf index 19682bbda..0c35ddded 100644 --- a/components/cluster/cluster-type.conf +++ b/components/cluster/cluster-type.conf @@ -33,7 +33,10 @@ type ClusterListener { } type Endpoint { + %require "host", %attribute string "host", + + %require "port", %attribute string "port", %attribute array "config_files" {