Hello, is there a way to monitor active terminal session for 2012 ? This sensors does not work with 2012. WMI Terminal Services (Windows 2008) Sensor WMI Terminal Services (Windows XP/Vista/2003) Sensor
thank you regards MArco T
Article Comments
The WMI Terminal Services (Win2008+) sensor should work on Win 2012 Terminal Server as well!
Aug, 2015 - Permalink
Indeed, i just tested it and it works for Server 2012 RDS hosts as well. maybe Firewalled or WMI requests blocked.
try" winrm quickconfig" in the commandline on the server. maybe that helps.
Aug, 2015 - Permalink
And check https://helpdesk.paessler.com/en/support/solutions/articles/76000062954-my-wmi-sensors-don-t-work-what-can-i-do if you still have trouble to monitor that 2012 Server
Aug, 2015 - Permalink
Hi Marco
I assume you only need the active sessions. There is a batch script which gives you all the active sessions and with the returnvalue of active sessions I used that for a different purpose in the past. You can the use the sensor "exe/script" to get that done.
https://exchange.nagios.org/directory/Plugins/Remote-Access/Count-number-of-terminal-server-sessions/details
depending if you have a Citrix or rdp connections, you have to change "rdp-tcp#" inside the script to "ica-tcp#".
hope that helps.
regards Thomas
Aug, 2015 - Permalink