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

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