Installing XI CentOS 7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rferebee
Posts: 733
Joined: Wed Jul 11, 2018 11:37 am

Installing XI CentOS 7

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Installing XI CentOS 7

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
rferebee
Posts: 733
Joined: Wed Jul 11, 2018 11:37 am

Re: Installing XI CentOS 7

Post by rferebee »

Thank you, that worked. You can mark this resolved.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Installing XI CentOS 7

Post by scottwilkerson »

rferebee wrote:Thank you, that worked. You can mark this resolved.
Great!

Locking
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked