Could you add a sensor that monitors the amount of active connections that are connected to a Routing and Remote Access server? This would be similar to the way the WMI Terminal Services sensor monitors the amount of connections to the server. Would this be possible for RAS service also?
Can I monitor the number of active connections of an RAS server?
Modified on 2025-06-10 12:05:03 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
This article applies to PRTG Network Monitor 8
Monitoring RAS Connections
Please add a WMI Custom sensor, using the following query in a custom WQL file:
SELECT TotalConnections FROM Win32_PerfFormattedData_RemoteAccess_RASTotal
Please check out the rest of the class here:
http://msdn.microsoft.com/en-us/library/aa394284%28VS.85%29.aspx
Dec, 2010 - Permalink