2012-r2.7 - Centos 64 bit
Here's another question. I have disabled the update check in the DB already, but when we first log into the Nagios XI system it is somehow performing an update check. Is there some way to disable this component entirely?
Disabling Nagios XI update check on first install
Re: Disabling Nagios XI update check on first install
Nevermind, I think I found it in the install.php.
Re: Disabling Nagios XI update check on first install
There is actually a config in the GUI to shut that off. Under Admin - System Settings
No need to change any code
Unless I misunderstood what you were asking.
No need to change any code
Unless I misunderstood what you were asking.
You do not have the required permissions to view the files attached to this post.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Disabling Nagios XI update check on first install
Yes the check box in the GUI should disable automatic update checks as Bandit showed, let us know if you were talking about something else!
Re: Disabling Nagios XI update check on first install
Here's the problem. When you first install the application it makes that check whether or not that box is checked or not. That's the main problem I'm having.
Re: Disabling Nagios XI update check on first install
It's strange because I changed the parameter in the PSql DB to disable checks, but it still manages to perform a check.
Re: Disabling Nagios XI update check on first install
I set this option right after installing nagios xi with the script:
set_option("auto_update_check","0");
set_option("auto_update_check","0");
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Disabling Nagios XI update check on first install
Going to follow up in a PM