Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
i maked screenshots of the meetings what i mean, when i make a snmpget with your oid i get 5 more numbers than are really loged in, i build a cdef function which make this right. I have marked the problem in my case with your oid.. look here..
Attachments
You can see at the top, the "sitzungen" task, thats what your OID is reading out. at the bottom you can see why 5 more users are shown, which aren't really users.
Citrix and Terminal Server created a couple of "Standby" connections. These are used as "placeholders" while users login. During high periods of login to Citrix/TS, these connections are assigned to users and recreated. This shortens the login time as users don't have to wait until the server creates the session.
While there are no users on the session, it's a valid connection.
Is the OID I gave you returning the value of the connections? (in your example I think it was 25)
i understand, good info which i doesn't know before i read your post
its true, your OID get back the info about the connection, its 25 in my case, its always 5 more than users are logged in, and so i maked a cdef function and that is the solution for me, till now.
Maybe you should use WMI to get the accurate value. the class is Win32_PerfFormattedData_TermService_TerminalServices, the perl scripts was completed. I am working on the template now. I will post it after finishing it.