Can't install NRPE
Posted: Sun Jul 24, 2016 2:54 am
Hello.
I want to install NRPE on CentOS 7 and I did below steps :
After it I created a "nagios" user and installed Nagios Plugin and configure it as below :
Then Download NRPE and compile it via below commands :
but when I enter "make install-daemon-config" then I got below error :
How can I solve it?
Thank you.
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
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/
Code: Select all
#./configure
#make all
#make install-plugin
#make install-daemon
#make install-daemon-config
Code: Select all
make: *** No rule to make target `install-daemon-config'. Stop.
Thank you.