]> granicus.if.org Git - icinga2/commitdiff
Endpoint::host and Endpoint::service should be required attributes.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 08:45:40 +0000 (10:45 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 08:45:40 +0000 (10:45 +0200)
Fixes #4752

components/cluster/cluster-type.conf

index 19682bbda7d690b0b61a3041309f2fd70f92e79a..0c35dddeda0766a4e3b0d5af0ce6e283d3958b26 100644 (file)
@@ -33,7 +33,10 @@ type ClusterListener {
 }
 
 type Endpoint {
+       %require "host",
        %attribute string "host",
+
+       %require "port",
        %attribute string "port",
 
        %attribute array "config_files" {