problems with snmp_check on rhel5

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nagbeng
Posts: 1
Joined: Wed Feb 16, 2011 2:51 am

problems with snmp_check on rhel5

Post by nagbeng »

Hello, I use Nagios on RHEL5.

If I use snmp_check, i geht the message:

[root@xxxx networking]# /usr/local/nagios/libexec/check_snmp
/usr/local/nagios/libexec/check_snmp: /lib/libc.so.6: version `GLIBC_2.8' not found (required by /usr/local/nagios/libexec/check_snmp)


But I can't up2date the GLIBC and I heard, this is not so easy.

[root@xxx ~]# yum install glibc
Loaded plugins: rhnplugin, security
Setting up Install Process
Package glibc-2.5-58.x86_64 already installed and latest version
Package glibc-2.5-58.i686 already installed and latest version
Nothing to do

But SNMP works:

[root@xxx networking]# snmpwalk -v2c -c public ipadress system
SNMPv2-MIB::sysDescr.0 = STRING: Enterasys Networks, Inc. C2H124-48P Rev 05.01.01.0049
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.5624.2.2.286
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1578958100) 182 days, 17:59:41.00
SNMPv2-MIB::sysContact.0 = STRING: xxxx
SNMPv2-MIB::sysName.0 = STRING: mxxxx
SNMPv2-MIB::sysLocation.0 = STRING: Kxxxx
SNMPv2-MIB::sysServices.0 = INTEGER: 6
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00

Does anybody know this problem?
Thanks!
Locked