NPRE on CENTOS 7 ... Fails during configuration.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gteiber
Posts: 2
Joined: Wed Mar 18, 2020 1:46 pm

NPRE on CENTOS 7 ... Fails during configuration.

Post by gteiber »

Howdy all,

Well, the installer told me to post this to you. Here's what I'm getting trying to install NPRE on centos 7.

I apreciate any help you can get me.

----------------------------------------

make[1]: Leaving directory `/tmp/linux-nrpe-agent/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc
/usr/bin/install -c -m 644 -o nagios -g nagios sample-config/nrpe.cfg /usr/local/nagios/etc
/usr/bin/install -c -m 644 startup/default-xinetd /etc/xinetd.d/nrpe
NRPE-POST

real 3m3.039s
user 1m0.214s
sys 0m7.511s
INSTALLING EXTRA PLUGINS...

real 0m0.929s
user 0m0.001s
sys 0m0.006s

################################################################################
### ###
### NRPE is currently set to allow connections only from these IP addresses: ###
### ###
### 127.0.0.1 ###
### ###
### If you would like to change this list, enter all IP addresses to allow, ###
### separated by SPACES only, and then press Enter. ###
### (Put the address(es) of your Nagios XI servers(s) here.) ###
### ###
################################################################################

Allow from: 10.252.61.252
Failed to execute operation: Connection timed out
Subcomponents installation failed - exiting
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.

The script that failed was: './A-subcomponents'
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NPRE on CENTOS 7 ... Fails during configuration.

Post by scottwilkerson »

What do you get if you run?

Code: Select all

service xinetd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked