Troubleshooting steps if no data is seen/available for a Windows server monitor
As we use WMI queries to fetch data for a Windows server monitor, please check if the related counters are working properly. Please follow the steps below:
- Open the server machine in which the issue is occurring.
- Check if the WMI repository is corrupted.
- Open Run and type wbemtest
- Click Connect. In the Namespace, type "root\cimv2" and click Connect
- Select the Query button.
- Enter the query and click Apply.
Eg: Select Name,PercentProcessorTime from Win32_PerfFormattedData_PerfOS_Processor
- In the Query Result window, if it throws an error, follow step 3.
- Execute the following commands in cmd:
- winmgmt /verifyrepository - to verify if the repository is corrupted. If the result is inconsistent, execute the next command
- winmgmt /salvagerepository - to fix the issue
- winmgmt /verifyrepository - to check if the issue has been fixed
- Restart the agent.
Related Articles
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
Site24x7 Real User Monitoring (RUM) - Data Collection
When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
Where are Site24x7's physical data storage regions located?
Site24x7's integrated data centers are located in the US, European Union, India, China, Australia, and Japan. All Site24x7 customer-related data are stored in these physical storage regions. Data Center Primary Data Center Disaster Recovery Data ...
Troubleshooting false positive alerts in monitoring
Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
Monitor and validate DNS IP changes using regex
DNS administrators often monitor their DNS servers to detect changes in domain resolution and ensure IP mappings remain secure and accurate. Problem When your organization adds or modifies an IP address for your domain name, it’s critical to: Be ...