I have a problem getting stats on a single server. I'm able to List Resources on the server and check boxes CPU, Memory, Disk, etc but the charts never populate on the node details page. WMI has been restarted on the server and I'm able to do the following:
- Ensure the computer can evaluate WMI queries. To start the Windows Management Instrumentation Tester utility:
- Open the Start menu and then click All Programs. Click Accessories and then click Run.
- Type wbemtest.exe in the box and then click OK.
- Click Connect. In the namespace box type root\cimv2. Click Connect.
- Click Query. Type Select * from WIN32_OperatingSystem in the Enter Query box.
- Click Apply. A successful query returns one object.
Any tips on what else to try?