From a656ca406739b14b7b7fa618aebb018d9349da30 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 3 Nov 2016 20:02:51 +0100 Subject: [PATCH] IcingaService: correctly prefix host properties fixes #13040 --- library/Director/Objects/IcingaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];