http://jira.hyperic.com/browse/HHQ-4193
Steps to reproduce
DO NOT CREATE ANY GROUPS
go to HQ-Health -->Load
Actual results:
System groups are included in HQ health count
select * from EAM_RESOURCE_GROUP
id version_col description location fsystem has_or_criteria grouptype cluster_id ctime mtime modified_by resource_prototype resource_id
0 0 null null t t 11 -1 0 0 null null 5
1 0 null null t t 11 -1 0 0 null null 7
10001 1 null t t 0 0 10-Aug-2010 12:24:17 10-Aug-2010 12:24:17 hqadmin null 10946
10002 1 null t t 0 0 10-Aug-2010 12:24:35 10-Aug-2010 12:24:35 hqadmin null 10948
10003 1 null t t 0 0 10-Aug-2010 12:24:42 10-Aug-2010 12:24:42 hqadmin null 10950
10004 1 null t t 0 0 10-Aug-2010 12:24:49 10-Aug-2010 12:24:49 hqadmin null 10952
10005 1 null t t 0 0 10-Aug-2010 12:24:58 10-Aug-2010 12:24:58 hqadmin null 10954
10006 1 null t t 0 0 10-Aug-2010 12:25:05 10-Aug-2010 12:25:05 hqadmin null 10956
id version_col description location fsystem has_or_criteria grouptype cluster_id ctime mtime modified_by resource_prototype resource_id
select count(*) from EAM_RESOURCE_GROUP
count
8
count
Query Time=0
Expected Results:
Health Groups count should match Resources Browse page
Anonymous