hello,
is there any way to make a report in which i could see which nodes does not belong to any group?
This SQL query worked for me:
select Caption,IP_Address from nodesdata left outer join ContainerMemberSnapshots on nodesdata.NodeID=ContainerMemberSnapshots.EntityID and ContainerMemberSnapshots.EntityType='Orion.Nodes'where ContainerMemberSnapshots.EntityID is NULL
I got it from here: https://thwack.solarwinds.com/t5/NPM-Discussions/How-to-see-witch-nodes-are-not-assigned-in-a-group/m-p/127203