We'd like to use the Virtual Machines. Right-sizing – VM’s Oversized for Memory and CPU report on a subset of our VM's. By default it uses the group nworks VMware Guests, but for the task at hand that's too much irrelivant info.
I thought this would be simple by creating a new group with a more limited dynamic membership but the report seems not to output anything anymore when I do that. "Total VM's processed" shows 0.
The query in the default group is this:
Code: Select all
( Object is VMGUEST Virtual Machine AND True )
Code: Select all
( Object is VMGUEST Virtual Machine AND ( Datacenter Name Matches regular expression BICS. ) AND True )
When I view the group members it does contain 412 managed objects. I sampled a couple of the objects and they look correct.
Where did I take a wrong turn here?