From 7e83099ef7b27653271eaff65fc27829b6c42b3a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 20 Aug 2013 23:36:28 +0200 Subject: [PATCH] One more thing TODO --- .../library/Monitoring/Backend/Ido/Query/HoststatusQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php index 95a6623dc..68ae7ead1 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php @@ -203,6 +203,7 @@ class HoststatusQuery extends AbstractQuery protected function joinServicegroups() { + // TODO: Only hosts with services having such servicegroups $this->requireVirtualTable('services'); $this->baseQuery->join( array('sgm' => $this->prefix . 'servicegroup_members'),