Basically i want to write a query which using the name of a group finds all the nodes assigned to that group, and then eventually find all component monitors assigned to the nodes in that specific group.
I know the tables/views i can use to find all the component monitors assigned to a node. I now just need to find the table/s which shows the group names of each group, and also the table/s which stores the mapping between a group and and all of the nodes assigned to it, Or is there a view which does all this already?
Thanks.