Reporting by computer groups computer and severity of patch. (missing fixlets)

Hello All

I am trying to accomplish the following:
I would like to know if it is possible with without having to find a JavaScript Solution.

Ex:

[Computer group ],[Computer ],[Critical],[Important],[Moderate],[Low],[Unspecified]

ABC , Computer 1, 32,134,155 ,50,20
ABC , Computer 3, 35,87,55 ,50,20
ABC , Computer 4, 33,188,77 ,50,20

XYZ, Computer 12, 2,176,17 ,50,20
XYZ, Computer 44, 66,147,15 ,50,20
XYZ, Computer 34, 4,135,19 ,50,20

Thanks
nore0402

I’m assuming this is in WebReports.

WebReports is powered by Session Relevance. You would need a Session Relevance query that would return this information.

I’m not sure what is meant by Computer group… the issue is that a single computer can belong to an unlimited number of computer groups. How do you know which computer group should be displayed, or should all computer groups the computer belongs to be displayed? Is there something special about the format of the name of the computer group that should be displayed?

There are some existing custom web reports floating around that could provide something similar to this, but I am not aware of any in particular.

The hard part of what you asking for is that the count for Critical/Important/etc… relevant fixlets will need to be calculated per computer, which should be very slow.

Thanks for your response jgstew