Hi,
It's possible see who user is logged on Nagios XI?
Thank you
Francesco
Verify users connected to nagios xi
Re: Verify users connected to nagios xi
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?
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?
You do not have the required permissions to view the files attached to this post.
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: Verify users connected to nagios xi
You could also look into the apache access log, i.e.
Code: Select all
grep username= /var/log/httpd/access_logBe sure to check out our Knowledgebase for helpful articles and solutions!
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Re: Verify users connected to nagios xi
In my Apache log, I cannot see who is logged in 'now' but I can see who has been logged in at some point.
Thanks.
Steve B
Code: Select all
cat /var/log/httpd/access_log | awk '{print $3}' | sort -u
Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
Re: Verify users connected to nagios xi
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?
@Francesco
Was your question answered? Is it all right if we close this topic?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Verify users connected to nagios xi
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
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
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?
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?
Former Nagios Employee
Re: Verify users connected to nagios xi
Thank you for the support.
Please close the ticket.
Francesco
Please close the ticket.
Francesco
Re: Verify users connected to nagios xi
Thanks - We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!