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.
kohlbach
Posts: 7
Joined: Tue Apr 30, 2019 7:25 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by kohlbach »

Greetings tgriep,


I performed the tests on both servers (Nagios 4.4.2 and 3.5), the results were the same (annex).

I highlighted two buggy returns, the version of OS (identified as Windows Server 2016, but it is Windows Server 2019) and process verification.

Attached is the host configuration file.

Thanks a lot for your help.


Best regards,
Kohlbach
Attachments
nsclient-win2019.png
0303win2019poc.cfg
(1.8 KiB) Downloaded 151 times
nagios-check.png
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by tgriep »

The check_process example need to have an argument specified with the name of the process you want to test.
For example, to test the print spooler, you would add this.

Code: Select all

-a process=spoolsv.exe show-all
Add a process to that command.

The configs that you posted did not have how the command is defined.
Post the check_nrpe_action command so we can view it.

Also, the $ARG1$ in the checks has an "ox" defined, what is that?
Remove it and see if that fixes the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
kohlbach
Posts: 7
Joined: Tue Apr 30, 2019 7:25 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by kohlbach »

Greetings tgriep,

I found that Nagios version 3.5 has unmapped customizations, which is resulting in the most current OS and service issues.

Thanks a lot for the help.

Best regards,
Kohlbach
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: CHECK_NRPE: Response packet had invalid CRC32

Post by tgriep »

Does your last post mean that you found and fixed the issues in the configuration files?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked