Nagios xi on el7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sanjayhiranisq
Posts: 32
Joined: Tue Sep 13, 2016 3:04 am

Nagios xi on el7

Post by sanjayhiranisq »

Hi,

i am trying to bring up nrpe on the nagiosxi server, however nrpe is missing. Trying to install it produces this error:

--> Processing Conflict: nagiosxi-deps-el7-5.3.2-1.noarch conflicts nagios-nrpe
--> Processing Conflict: nagiosxi-deps-el7-5.3.2-1.noarch conflicts nrpe
--> Finished Dependency Resolution
Error: nagiosxi-deps-el7 conflicts with nrpe-2.15-7.el7.x86_64

The nrpe binary is there in Xi so how would I bring this up as a service ? is there a systemd file already if so where ?

Thank you
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios xi on el7

Post by rkennedy »

If NRPE is already installed, then it's running under xinetd.

What does this produce? It'll show us what's listening on port 5666.

Code: Select all

netstat -anp | grep 5666
Former Nagios Employee
Locked