08 Oct 2019 09:48 AM
Hi,
we have installed agents in Identity Management team and they need to get and chart how many RDP Connections have Windows machines and how many SSH connections Linux machines have.
Currently, we are not able to get that information. Do you have any idea?
Thanks.
Alberto.
Solved! Go to Solution.
08 Oct 2019 01:07 PM
If there is performance counter for such thing, you should be able to make simple OneAgent plugin that will collect it for you.
Sebastian
11 Oct 2019 01:29 PM
Hi,
the question is , "Does Dynatrace collect OOTB these information (RDP sessions and SSH sessions) or do you have any developed plugin that already makes it?
Thanks.
Alberto.
11 Oct 2019 10:23 PM
@Alberto D. Dynatrace does not collect this out of the box. See my sample host plugin for collecting this metric here. It users quser on Windows and who command on Linux for determining the number of active sessions.