Page 1 of 1

Nagios xi on el7

Posted: Tue Nov 22, 2016 8:38 am
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

Re: Nagios xi on el7

Posted: Tue Nov 22, 2016 10:54 am
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