Citrix ICA and/or RDP Login count
Hello, this maybe a malformed question but has anyone used Observium to graph Citrix ICA or Remote Desktop logins / session count?
I am guessing this could only be done with a WMI query so no? but thought I would ask.
Regards
[cid:image001.jpg@01CE9215.D39244B0]https://www.it.ox.ac.uk/
Richard Wigzell Networks, Security and Server Specialist IT Services | University of Oxford 13 Banbury Road, Oxford OX2 6NN
T: 01865 616282 www.it.ox.ac.ukhttps://www.it.ox.ac.uk/
2003
SELECT TotalSessions FROM Win32_PerfFormattedData_TermService_TerminalServices
SELECT ActiveSessions FROM Win32_PerfFormattedData_TermService_TerminalServices
2008
SELECT TotalSessions FROM Win32_PerfFormattedData_LocalSessionManager_TerminalServices
SELECT ActiveSessions FROM Win32_PerfFormattedData_LocalSessionManager_TerminalServices
The information is available but there is no wmi module to support it from a simple grep and i've never seen anything to with citrix on my citrix servers through observium (greping the code shows there is dicovery methods for citrix but it only for netscalar)
So maybe extending the os wmi module ?
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
participants (2)
-
Peter.Hine@familycourt.gov.au
-
Richard Wigzell