Page 1 of 1
Verify users connected to nagios xi
Posted: Wed Jan 13, 2016 4:37 am
by Francesco
Hi,
It's possible see who user is logged on Nagios XI?
Thank you
Francesco
Re: Verify users connected to nagios xi
Posted: Wed Jan 13, 2016 7:19 am
by WillemDH
This could help you, although it isn't clear when users are logging out.
Go to admin, audit log and search for 'Users logged in'. Check screenshot.
@Nagios I'm not sure if it's technically possible to add an audit event when a user has logged out?
Re: Verify users connected to nagios xi
Posted: Wed Jan 13, 2016 1:42 pm
by lmiltchev
You could also look into the apache access log, i.e.
Code: Select all
grep username= /var/log/httpd/access_log
Re: Verify users connected to nagios xi
Posted: Wed Jan 13, 2016 5:40 pm
by SteveBeauchemin
In my Apache log, I cannot see who is logged in 'now' but I can see who has been logged in at some point.
Code: Select all
cat /var/log/httpd/access_log | awk '{print $3}' | sort -u
Thanks.
Steve B
Re: Verify users connected to nagios xi
Posted: Thu Jan 14, 2016 9:59 am
by lmiltchev
Thanks, Steve! I thought it would be helpful to see various users in the log with the exact date/time.
@Francesco
Was your question answered? Is it all right if we close this topic?
Re: Verify users connected to nagios xi
Posted: Fri Jan 15, 2016 11:20 am
by Francesco
Hi All,
Thank you for reply but the orginal request consist on find the users logged on Nagios XI Web console using funcionality of web console.
For example:"Sometimes we need to force the logoff of some operator from the web console"
It's possible forecast this funcions on next release of Nagios XI?
Francesco
Re: Verify users connected to nagios xi
Posted: Fri Jan 15, 2016 1:44 pm
by rkennedy
I have filed a feature request for this, ID 7498.
At this point, I cannot provide a forecast as it's in the developers hands.
Do you mind if I close this thread out as the FR has been created?
Re: Verify users connected to nagios xi
Posted: Mon Jan 18, 2016 4:46 am
by Francesco
Thank you for the support.
Please close the ticket.
Francesco
Re: Verify users connected to nagios xi
Posted: Mon Jan 18, 2016 10:28 am
by bwallace
Thanks - We'll lock this thread now and feel free to open another should you require assistance with anything else.