Search found 6 matches

by mib
Mon Oct 06, 2014 2:48 am
Forum: Open Source Nagios Projects
Topic: NSCA close/POLLNVAL/accept bug - patch attached
Replies: 10
Views: 5054

Re: NSCA close/POLLNVAL/accept bug - patch attached

The minimal work-around patch is in this commit:

https://github.com/mbattersby/nsca/comm ... 468d03f514

for which I also sent a pull request.
by mib
Fri Oct 03, 2014 12:37 am
Forum: Open Source Nagios Projects
Topic: NSCA close/POLLNVAL/accept bug - patch attached
Replies: 10
Views: 5054

Re: NSCA close/POLLNVAL/accept bug - patch attached

Fantastic, thanks for your prompt responses and assistance.
by mib
Wed Oct 01, 2014 8:55 pm
Forum: Open Source Nagios Projects
Topic: NSCA close/POLLNVAL/accept bug - patch attached
Replies: 10
Views: 5054

Re: NSCA close/POLLNVAL/accept bug - patch attached

My question is really:

Who, if anyone, is maintaining NSCA and would fix this bug?

Given that it appears the commercial Nagios XI doesn't use NSCA, and NSCA is not part of nagios-core. Two-year-old bug reports on the NSCA part of the tracker are still in "NEW" state.
by mib
Tue Sep 30, 2014 6:48 pm
Forum: Open Source Nagios Projects
Topic: NSCA close/POLLNVAL/accept bug - patch attached
Replies: 10
Views: 5054

Re: NSCA close/POLLNVAL/accept bug - patch attached

Is NSCA part of Nagios Core? When I downloaded the Nagios Core tarball it wasn't included.
by mib
Tue Sep 30, 2014 3:53 am
Forum: Open Source Nagios Projects
Topic: NSCA close/POLLNVAL/accept bug - patch attached
Replies: 10
Views: 5054

NSCA close/POLLNVAL/accept bug - patch attached

nsca-2.7.2-uom.patch I believe I've found a significant bug in the nsca daemon. Under heavy connection load we are seeing this hang nsca (forever) every few days, and more frequently freeze until the remote disconnects. In summary: nsca closes client connection file descriptors on error or eof and ...