CHECK_NRPE: Response packet had invalid CRC32

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
khushalpar
Posts: 12
Joined: Tue Apr 29, 2014 1:11 am

CHECK_NRPE: Response packet had invalid CRC32

Post by khushalpar »

Getting issue on NRPE daemon for the AIX 6.1 below are the error.

CHECK_NRPE: Response packet had invalid CRC32
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by lmiltchev »

I've seen cases where upgrading openssl fixed this issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
khushalpar
Posts: 12
Joined: Tue Apr 29, 2014 1:11 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by khushalpar »

Hi

We have the other server of openssl version is the same and nagios working there.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by slansing »

What versions of NRPE you using? You very well may have the same version of openssl on both servers, but your NRPE version may differ on both. You can also try running a command against this host with "-n" and see how the output differs.

http://support.nagios.com/forum/viewtop ... 2&start=10
khushalpar
Posts: 12
Joined: Tue Apr 29, 2014 1:11 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by khushalpar »

Hi

below are the version

[root@nagios libexec]# ./check_nrpe -H 10.32.32.78 -n
NRPE v2.12
[root@nagios libexec]#


error getting

[root@nagios libexec]# ./check_nrpe -H 10.32.32.77 -n
CHECK_NRPE: Response packet had invalid CRC32.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by slansing »

I understand you are getting that error from the nagios server's end. You need to ssh to that server and find out what version it is running. Also, how was NRPE installed?
Locked