WMI Compatibility Options
PRTG offers these settings that might help you cope with various problems coming along with monitoring via WMI.
Compatibility Settings on Probe/Group/Device level
WMI Timeout
WMI timeout is used in certain sensors to prevent the blocking of the probe’s WMI system due to time consuming WMI queries by returning after the specified time. Its default setting (leave empty) is to use 1.5x the scanning interval of the specific sensor. If you set a specific value it will be used as time span in seconds.
You can set it in devices, groups, and probes using PRTG’s common inheritance mechanism.
In sensor context you might want to set it to shorter values, so more WMI sensors can be processed.
In “Add sensor” scan context you might want to set it temporarily to longer values if PRTG can’t finish its scan.
WMI timeout applies to the following WMI sensors:
- Disk Free
- Event Log
- CPU Load
- Process
- Network Card
- Vital System Data
And to the following “Add sensor” WMI scans:
- Event Log Scan
- Network Card Scan
- Service Scan
- Volume Scan
- Hyper V Scan
RPC server port
WMI uses DCOM for communication between computers. Therefore the RPC Server on the monitored machine has to be accessible, by default on Port 135. This port number, however, can be altered, which would result in this error Port Error 135: RPC Server Not Accessible.
So, if the host's RPC server port has been changed, you can enter the new value using this setting.
Compatibility Settings on Sensor level
Alternative Query
PRTG's WMI sensors are equipped with the most efficient and accurate WMI queries. However, Microsoft has changed (and will continue to do that in the future) some WMI classes over the various Windows/ServicePack/patchlevel versions, resulting in errors like "class not valid" or "invalid data".
So please try the alternative query (if available) when you keep getting errors.
This setting is visible on sensor level only and applies to the following WMI sensor types:
More information about WMI and PRTG
General introduction to WMI and PRTG
Add comment