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?


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

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