NRPE Installation on Oracle Linux 7.5 & Oracle Line 7.6
Posted: Fri Mar 08, 2019 10:24 am
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
------------------------------------------------
----------------------------
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
------------------------------------------------