Page 1 of 1

Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Fri Nov 11, 2022 7:58 am
by btayl
Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails
This is a cmd line upgrade
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagi ... est.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
and it fails here
Nothing to do.
Complete!
UPGRADE: Nagios Core is upgrading...
Checking if Mod Gearman 2 is in use before continuing...
Mod Gearman 2 not found! Continuing...
UPGRADE: Applying Nagios XI patches to Nagios Core...
./apply-patches: line 9: patch: command not found
[root@nagios-ap-ts2a nagiosxi]#

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Mon Nov 14, 2022 4:26 am
by MonatalBrowink
Not ignoring this, I'm just not knowledgeable enough on current Prometheus to give an informed analysis. I really hope someone who's played with both recently chimes in - I'm as curious as you are.

As with any system, you don't really leave it if it does everything you need at the moment...so you're less and less informed of the alternatives and how they're doing as time passes on.

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Mon Nov 14, 2022 5:22 pm
by gormank
patch: command not found
Install the patch command with whatever package manager you use, for example in red hat it's yum.

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Wed Nov 16, 2022 11:13 am
by btayl
Not sure what you mean. I am running Redhat and yum is installed.

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Wed Nov 16, 2022 2:24 pm
by gormank
I guess you're new to computers and the internet...
yum install patch

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Thu Nov 17, 2022 9:21 am
by btayl
No I did not realize it was a package you where wanting to install never have installed patch

Re: Upgrade from Nagios xi 5.8.8 to 5.9.1 Fails

Posted: Thu Nov 17, 2022 9:29 am
by btayl
That worked thank you gormank. :D
Surprised that is not part of their install script.