Build fix

refs #9623
This commit is contained in:
Gunnar Beutner 2015-08-26 07:10:49 +02:00
parent 73ed46f87d
commit d01330ac27
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace icinga
class Endpoint : DynamicObject
{
[config] String host;
[config, required] String port {
[config] String port {
default {{{ return "5665"; }}}
};
[config] double log_duration {

View File

@ -40,6 +40,8 @@
%type Endpoint {
%attribute %string "host",
%require "port",
%attribute %string "port",
%attribute %number "log_duration"