Can't install NRPE

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
hack3rcon
Posts: 27
Joined: Sat Jul 16, 2016 9:50 am

Can't install NRPE

Post by hack3rcon »

Hello.
I want to install NRPE on CentOS 7 and I did below steps :

Code: Select all

# yum install -y gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel
# yum install xinetd
After it I created a "nagios" user and installed Nagios Plugin and configure it as below :

Code: Select all

# tar xvfz nagios-plugins-1.4.11.tar.gz
# cd nagios-plugins-1.4.11
# ./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu
# make
# make install
# chown nagios.nagios /usr/local/nagios
# chown -R nagios.nagios /usr/local/nagios/libexec/
Then Download NRPE and compile it via below commands :

Code: Select all

#./configure
#make all
#make install-plugin
#make install-daemon
#make install-daemon-config
but when I enter "make install-daemon-config" then I got below error :

Code: Select all

make: *** No rule to make target `install-daemon-config'.  Stop.
How can I solve it?

Thank you.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Can't install NRPE

Post by Box293 »

Can you please follow this guide to install NRPE v3, it's tested on CentOS 7 and is guaranteed to work.

https://support.nagios.com/kb/article.php?id=515
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
hack3rcon
Posts: 27
Joined: Sat Jul 16, 2016 9:50 am

Re: Can't install NRPE

Post by hack3rcon »

Box293 wrote:Can you please follow this guide to install NRPE v3, it's tested on CentOS 7 and is guaranteed to work.

https://support.nagios.com/kb/article.php?id=515

Thank you, Problem solved :)
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Can't install NRPE

Post by bwallace »

Thanks for the update and glad to hear it worked out. Locking this thread now.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked