CHECK_NRPE: Received 0 bytes

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: CHECK_NRPE: Received 0 bytes

Post by tgriep »

One thing to try is to disable the modules in NSClient that you are not using.

If you are not using check_nt, Eventlogs, NSCA or NSCP you can disable them to see if that helps.

Code: Select all

[/modules]
; NSClientServer - A server that listens for incoming check_nt connection and processes incoming requests.
NSClientServer = 0

; NSCAClient - NSCA client can be used both from command line and from queries to submit passive checks via NSCA
NSCAClient = 0

; CheckEventLog - Check for errors and warnings in the event log.
CheckEventLog = 0

; CheckNSCP - Use this module to check the healt and status of NSClient++ it self
CheckNSCP = 1
The only thing to do after this is to gather information on the servers that are failing and see if there is something common between them that could help out in debugging this.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked