Page 1 of 1

Installing XI CentOS 7

Posted: Mon Jul 01, 2019 1:31 pm
by rferebee
Hello,

I'm attempting to install XI 5.6.3 on a new CentOS 7 box and I'm getting the following error:

--> Processing Conflict: nagiosxi-deps-el7-5.6.3-1.noarch conflicts nagios-nrpe
No package matched to upgrade: nagiosxi-deps-el7
--> Processing Conflict: nagiosxi-deps-el7-5.6.3-1.noarch conflicts nrpe
No package matched to upgrade: nagiosxi-deps-el7
--> Finished Dependency Resolution
Error: nagiosxi-deps-el7 conflicts with nrpe-3.2.1-8.el7.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.


What does it mean? I cannot find anything online. I tried manually removing NRPE and re-installing, but that didn't seem to matter. Thank you.

Re: Installing XI CentOS 7

Posted: Mon Jul 01, 2019 4:26 pm
by scottwilkerson
You need to install Nagios XI on a clean minimal install system, which means it should not already have nrpe installed.

I would recommend starting from scratch, but if you must at a minimum you will need to remove the following packages

Code: Select all

yum remove nrpe nagios-nrpe -y

Re: Installing XI CentOS 7

Posted: Mon Jul 01, 2019 5:41 pm
by rferebee
Thank you, that worked. You can mark this resolved.

Re: Installing XI CentOS 7

Posted: Tue Jul 02, 2019 7:08 am
by scottwilkerson
rferebee wrote:Thank you, that worked. You can mark this resolved.
Great!

Locking