Over time, this will cause the hung processes you are seeing.
Check the settings in the nsclient.ini file on the remote server and verify that the encryption and the NSCA password match the settings on the Nagios server.
Restart the NSClient++ service after the editing the file.
Until you go through all of the servers that are hanging the connections, you can limit then on the Nagios server.
To do that, edit he /etc/xinetd.d/nsca file and change the UNLIMITED lines from
Code: Select all
# per_source = UNLIMITED
# instances = UNLIMITEDCode: Select all
per_source = 10
instances = 10Code: Select all
service xinetd retart