NCPA user count

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jsalsbury
Posts: 87
Joined: Tue Oct 23, 2018 12:57 pm

NCPA user count

Post by jsalsbury »

Good afternoon
I was curious as to how User Count was queried when checking windows machines. We have a policy where we limit user log in to two but I recently received an alert that stated there were six people in a server so I will need to find the delta.
Last edited by jsalsbury on Thu Apr 04, 2019 3:01 pm, edited 1 time in total.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPZ user count

Post by lmiltchev »

We were not able to recreate the issue in-house.

NCPA is using the psutil to obtain the number of users that are logged in the system, which uses Windows functions. Here's some additional info:

https://github.com/giampaolo/psutil

https://msdn.microsoft.com/en-us/window ... ainContent
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked