1 Reply Latest reply: Dec 6, 2011 1:49 PM by jonathan.reeve RSS

Logged in users widget

mboggan
Currently Being Moderated

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.

  • Re: Logged in users widget
    Currently Being Moderated

    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

More Like This

  • Retrieving data ...