[Nagios-devel] Nagios leaking file descriptors ?

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.
Locked
Guest

[Nagios-devel] Nagios leaking file descriptors ?

Post by Guest »

Hi,

SELinux seems to have found a bug in Nagios.

https://bugzilla.redhat.com/show_bug.cgi?id=462896

This says the ping command is reading /var/spool/nagios/cmd/nagios.cmd,
which seems highly unlikely. Looks like a leaked file descriptor.
nagios should close all open file descriptors before execing apps.
fcntl(fd, F_SETFD, FD_CLOEXEC)

Any ideas ?

cu romal





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked