diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php index 9ec98a5a9..48052aa33 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php @@ -14,7 +14,7 @@ class ServicegroupQuery extends IdoQuery 'host' => '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_host_name' => 'so.name1', 'service_description' => 'so.name2 COLLATE latin1_general_ci' ) );