diff --git a/library/Director/IcingaConfig/IcingaConfig.php b/library/Director/IcingaConfig/IcingaConfig.php index c8168346..cd4f561d 100644 --- a/library/Director/IcingaConfig/IcingaConfig.php +++ b/library/Director/IcingaConfig/IcingaConfig.php @@ -362,8 +362,9 @@ throw $e; if (IcingaEndpoint::exists($name, $this->connection)) continue; $props = array( - 'object_name' => $name, - 'object_type' => 'object', + 'object_name' => $name, + 'object_type' => 'object', + 'log_duration' => 0 ); if ($host->getResolvedProperty('master_should_connect') === 'y') { $props['host'] = $host->getResolvedProperty('address');