General introduction to WMI and PRTG
Every so often customers using our monitoring tools (e.g. PRTG Network Monitor) report issues when trying to monitor their systems using WMI (Windows Management Instrumentation) sensors. In most cases, these issues stem from a malfunctioning WMI configuration/installation. For example, we have noticed that many times when WMI issues arise one (or multiple) WMI components crucial for proper WMI monitoring are missing or have not been implemented properly.
Getting started
Important! Before going any deeper into troubleshooting, a good knowledge of the principles and functions of WMI is necessary. Please refer to the following Microsoft article for frequently asked questions about WMI:
Basic requirements
Please ensure the following:
- The user whose credentials are specified for monitoring WMI is a member of the Domain Administrators group in the same Active Directory as the target computer. In case of a target computer outside a domain the user has to be a member of the local Administrators group on this machine.
- The monitoring user’s access rights on COM and WMI include remote access for the target computer.
- The target computer’s Windows Firewall is set to allow WMI.
- The RPC server on the target computer is running on the port specified in PRTG (135 by default).
Troubleshooting in detail
Please refer to the following articles for further information:
A very good external article for troubleshooting WMI is found here:
PRTG settings for WMI
PRTG offers a few settings for dealing with WMI issues:
Further Reading
Another good article about all things regarding WMI can be found under:
http://msdn.microsoft.com/en-us/library/aa394572.aspx
This reference provides a list of WMI providers, information on the COM API for WMI, WMI queries, WMI log files, WMI security, WMI tools and WMI infrastructure objects and values.
Further articles of interest (providing more detail than the troubleshooting articles above), relating to particular aspects of WMI configuration can be found under :
Add comment