This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Logged in users widget

FormerMember
FormerMember

Is there a way to create a widget that shows how many users are logged into a particular group of VMs?  I would like to be able to see that as well as create an alert if a  server has 0 users logged into it between a certain time period.

 

Any help would be greatly appreciated.

  • We don't track who is currently logged in right now.

    If you enable WMI data collection, we should however track when the last login occurred and the last account to log in.

    We leverage this in an out of the box search to help identify VMs where nobody has logged in for more than 30 days.

     

    vm.env.os.lastLoginUser:* AND vm.env.os.lastLoginDate:[* TO now-30days]

     

    Jon