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.
hack3rcon
Posts: 27 Joined: Sat Jul 16, 2016 9:50 am
Post
by hack3rcon » Sun Jul 24, 2016 2:54 am
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.
Box293
Too Basu
Posts: 5126 Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:
Post
by Box293 » Sun Jul 24, 2016 11:03 pm
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
Post
by hack3rcon » Mon Jul 25, 2016 1:23 am
Thank you, Problem solved
bwallace
Posts: 1145 Joined: Tue Nov 17, 2015 1:57 pm
Post
by bwallace » Mon Jul 25, 2016 11:31 am
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!