Page 1 of 2
Can I upgrade XI 2014R1.3 to latest version
Posted: Fri May 17, 2019 10:19 am
by dimsum
Hi,
I have a plan to upgrade my Nagios XI 2014R1.3 running on CentOS 6.5 I have a question, Can I upgrading from the online manual and is possible? or I need to install CentOS 7 and restore from the legacy version.
Here, the online manual:
https://assets.nagios.com/downloads/nag ... ctions.pdf
Any idea, Please advise.
Thank you in advance.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Fri May 17, 2019 1:07 pm
by benjaminsmith
Hi
@dimsum,
It sounds like you would like to do a migration to Cent 7. Is this correct?
Also, can you run the following command and post the output to see which database you are using for XI:
Code: Select all
awk '/"nagiosxi" => array\(/{getline;print}' /usr/local/nagiosxi/html/config.inc.php
Thanks.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Fri May 17, 2019 4:11 pm
by dimsum
์Not migration, Actually I need in-place upgrade.
Thank you.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Fri May 17, 2019 4:25 pm
by ssax
I think they test back to 2012.
Is this a VM? Take a VM snapshot first AND an XI backup, then try to go directly to the latest.
If you have any issues, please send us the entire output from the very beginning of the install.
Thank you!
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Wed May 22, 2019 3:20 am
by dimsum
Hi,
Yes, XI running on VM.
I will in-place upgrade and do you have an alternative if in-place not working.
PS. I will send the output if any issue with in-place upgrade.
Thank you.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Wed May 22, 2019 9:27 am
by benjaminsmith
Hi
@dimsum,
I will in-place upgrade and do you have an alternative if in-place not working.
PS. I will send the output if any issue with in-place upgrade.
Sounds good. We'll wait for an update.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Wed May 22, 2019 11:46 pm
by dimsum
How can I disable all notification or all checking when I upgrading. I have concerned the existing plugin not working.
Thank you.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Thu May 23, 2019 9:03 am
by benjaminsmith
Hell
@dimsum,
If you open the main Nagios configuration file at
/usr/local/nagios/etc/nagios.cfg there are a couple options you can change to turn off checks and notifications:
Code: Select all
enable_notifications=0
execute_service_checks=0
Once you make the those changes, restart Nagios.
Let me know if you have further questions.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Fri Jun 07, 2019 9:45 am
by dimsum
Hi,
I got a network issue from the attached. So can Nagios force upgrade via HTTP only not https the system could access HTTP?
Thank you.
Re: Can I upgrade XI 2014R1.3 to latest version
Posted: Fri Jun 07, 2019 11:14 am
by benjaminsmith
Hi
@dimsum,
The error message is not typical as the SSL certificate is not self-signed. Do you have a proxy configured on your network? If this is the case, this is known to cause issues with Nagios XI ( see:
Nagios XI - Problems Using Nagios XI With Proxies ).
You can try using the --no-check-certificate option?
Code: Select all
wget --no-check-certificate -O upgrade.sh https://assets.nagios.com/downloads/nagiosxi/upgrade.sh
sh ./upgrade.sh