NRPE Installation on Oracle Linux 7.5 & Oracle Line 7.6

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
arunavd
Posts: 1
Joined: Wed Apr 18, 2018 12:56 am

NRPE Installation on Oracle Linux 7.5 & Oracle Line 7.6

Post by arunavd »

We have been trying to install NRPE on Oracle Linux 7.5 and 7.6. We are facing issues while installing NRPE Agents. We have tried by modifying the script and didn't work.

----------------------------
Running the script making the below changes. Installation completed, but no nrpe files were created

• In 1-prereqs script,the below highlighted change was made

if [ "$distro" == "CentOS" ] || [ "$distro" == "RedHatEnterpriseServer" ] || [ "$distro" == "Fedora" ] || [ "$distro" == "OracleServer" ] || [ "$distro" == "CloudLinux" ]; then
yum -y install autoconf gcc glibc libmcrypt-devel make openssl-devel sudo sysstat xinetd bc --skip-broken

[admin@ma01 libexec]$ /usr/local/nagios/libexec/check_nrpe --version
-bash: /usr/local/nagios/libexec/check_nrpe: No such file or directory
------------------------------------------------
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: NRPE Installation on Oracle Linux 7.5 & Oracle Line 7.6

Post by cdienger »

Ticket received. Will continue to work the issue through the ticket.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked