IcingaService: correctly prefix host properties

fixes #13040
This commit is contained in:
Thomas Gelf 2016-11-03 20:02:51 +01:00
parent cf6a0703be
commit a656ca4067
1 changed files with 1 additions and 1 deletions

View File

@ -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];