Re: CHECK_NRPE: Received 0 bytes
Posted: Fri Nov 18, 2016 9:48 am
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.
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.
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