diff --git a/library/Director/Objects/IcingaService.php b/library/Director/Objects/IcingaService.php index 0fea06e2..64c5f228 100644 --- a/library/Director/Objects/IcingaService.php +++ b/library/Director/Objects/IcingaService.php @@ -389,7 +389,7 @@ class IcingaService extends IcingaObject $hostProps = mt('director', 'Host properties'); $hostVars = mt('director', 'Host Custom variables'); - $hostProperties = IcingaHost::enumProperties($connection); + $hostProperties = IcingaHost::enumProperties($connection, 'host.'); if (array_key_exists($hostProps, $hostProperties)) { $p = $hostProperties[$hostProps];