Nagios XI NRPE Check_Disk GLIBC_2.14 Not Found
Posted: Tue Mar 12, 2019 3:30 pm
Hi I'm having issues with getting the specific check_disk script working that came compiled with nagios.
I followed the official nagios install instructions, installed by downloading the linux-nrpe-agent.tar.gz file, source compiled by running the fullinstall and was able to successfully get it working but it just seems specific to a few services.
/usr/local/nagios/libexec/check_disk -a '-w 15% -p/'
/usr/local/nagios/libexec/check_disk: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/nagios/libexec/check_disk)
The box I'm running this on is RHEL 6, so we can only support glibc 2.12 by default, not glibc 2.14, which is on our rhel 7 boxes. Is there something that we can use that supports 2.12 and RHEL 6?
I followed the official nagios install instructions, installed by downloading the linux-nrpe-agent.tar.gz file, source compiled by running the fullinstall and was able to successfully get it working but it just seems specific to a few services.
/usr/local/nagios/libexec/check_disk -a '-w 15% -p/'
/usr/local/nagios/libexec/check_disk: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/nagios/libexec/check_disk)
The box I'm running this on is RHEL 6, so we can only support glibc 2.12 by default, not glibc 2.14, which is on our rhel 7 boxes. Is there something that we can use that supports 2.12 and RHEL 6?