Dear Team,
We observed that our Nagios XI set up was upgraded recently, would like to the user ID through which it got upgraded. We verified the upgrade log and didn't find any user id in it, is there any other log file where can I get this(User ID ), unfortunately we are having more than 15 users with admin privileges.
-Mohan
Nagios Upgrade
Re: Nagios Upgrade
nagios does not update itself. It must be executed as an upgrade procedure from the command line. You would have to look at your Unix accounting logs to find out what commands were typed by which person to determine who issued the upgrade command. This is not something nagios keeps track of.
Stat with the "lastcomm" command and check for each of your users with root access to see which one became root and executed the upgrade.
Stat with the "lastcomm" command and check for each of your users with root access to see which one became root and executed the upgrade.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios Upgrade
Perhaps someone upgraded through the Web Interface?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios Upgrade
True, in which case the /var/log/httpd/access.log would have a mention of "/nagiosxi/admin/updates.php" in the log file, along with the IP address of the computer that initiated it.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Nagios Upgrade
steelwedge, did eloyd answer your question?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
steelwedge
- Posts: 69
- Joined: Fri Apr 24, 2015 4:58 am
Re: Nagios Upgrade
Thank you all, I am able to find the user ID who did the upgrade using web interface in the access log files in the below location.
/var/log/httpd
/var/log/httpd
Re: Nagios Upgrade
Glad to be of help.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Nagios Upgrade
Great! I am glad your issue has been resolved! I am locking this topic.Thank you all, I am able to find the user ID who did the upgrade using web interface in the access log files in the below location.
Be sure to check out our Knowledgebase for helpful articles and solutions!