diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php index 490cc152f..9ec98a5a9 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php @@ -12,7 +12,7 @@ class ServicegroupQuery extends IdoQuery ), 'services' => array( 'host' => 'so.name1 COLLATE latin1_general_ci', - 'host_name' => 'so.name1 COLLATE latin1_general_ci', + 'host_name' => 'so.name1', 'service' => 'so.name2 COLLATE latin1_general_ci', 'service_host_name' => 'so.name1 COLLATE latin1_general_ci', 'service_description' => 'so.name2 COLLATE latin1_general_ci'