diff --git a/library/Director/Objects/IcingaEndpoint.php b/library/Director/Objects/IcingaEndpoint.php index 244be1ef..0c9b7d29 100644 --- a/library/Director/Objects/IcingaEndpoint.php +++ b/library/Director/Objects/IcingaEndpoint.php @@ -21,4 +21,9 @@ class IcingaEndpoint extends IcingaObject protected $relations = array( 'zone' => 'IcingaZone', ); + + protected function renderLog_duration() + { + return c::renderKeyValue('log_duration', $this->log_duration); + } }