diff --git a/library/Director/IcingaConfig/IcingaConfig.php b/library/Director/IcingaConfig/IcingaConfig.php index 09d17f33..fa87a79b 100644 --- a/library/Director/IcingaConfig/IcingaConfig.php +++ b/library/Director/IcingaConfig/IcingaConfig.php @@ -311,6 +311,9 @@ throw $e; foreach ($objects as $object) { if ($object->isExternal()) { + if ($type === 'zone') { + $this->zoneMap[$object->id] = $object->object_name; + } continue; } elseif ($object->isTemplate()) { $filename = strtolower($type) . '_templates';