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
Nagios xi on el7
Re: Nagios xi on el7
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.
What does this produce? It'll show us what's listening on port 5666.
Code: Select all
netstat -anp | grep 5666
Former Nagios Employee