Page 2 of 2

Re: Nrpe install error

Posted: Wed Mar 02, 2016 3:21 pm
by rkennedy
Something still isn't right. Can you post the /etc/yum.repos.d/epel.repo file?

Re: Nrpe install error

Posted: Mon Mar 07, 2016 9:16 am
by ohlssrog
The file doesnt exist in this path
[root@SLSVARC ~]# cd /etc/yum.repos.d/
[root@SLSVARC yum.repos.d]# ls
CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo
[root@SLSVARC yum.repos.d]#

Re: Nrpe install error

Posted: Mon Mar 07, 2016 3:12 pm
by lmiltchev
Run the following commands:

Code: Select all

cd /tmp/linux-nrpe-agent
rm -rf installed.*
./fullinstall
If the issue is not resolved, post the entire (updated) install.log file.

Re: Nrpe install error

Posted: Tue Mar 08, 2016 5:14 am
by ohlssrog
Yes, that work and solve the problem :)

Re: Nrpe install error

Posted: Tue Mar 08, 2016 10:04 am
by lmiltchev
I am glad I could help!