5 years ago
RDP monitoring
Hello, I am looking for a way to monitor the RDP connection from one server to another - let say every 10 minutes. I don't want to check if port 3389 is open, etc. but need the LM to actually test ...
On 9/12/2020 at 9:15 AM, Zhivko said:I don't know what kind of script I need to use for Auto Discovery
Active Discovery wouldn't strictly be required in this case, but it would add a little bit of automation for you.
Without Active Discovery: If you didn't want to go the ActiveDiscovery route, you would be instructing your collection script to attempt to logon to every device that matches the AppliesTo, regardless of whether or not the device is even listening on 3389. In this case, the instance would be created under every device in the AppliesTo.
With Active Discovery: You can configure ActiveDiscovery to only create an instance if the device is listening on 3389. You'd do a multi-instance "script" DataSource, but use "port" as the discovery method. You'd provide 3389 in the port # list. In this way, there would only be an instance created if the device is listening and responding on TCP-3389.