Re: [Nagios-devel] Problems with many hanging Nagios processes

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

Re: [Nagios-devel] Problems with many hanging Nagios processes

Post by Guest »

Hi Ton,

the patch does not work, i think its a typo here:

+ fprintf(fp,"\tmax_command_buffer_items=%d\n",
max_command_buffer_items);
+ fprintf(fp,"\tcurrent_service_buffer=%d\n",
service_result_buffer.items);
+ fprintf(fi,"\tmax_service_buffer_items=%d\n",
max_service_buffer_items);

Shouldn't it be fprintf(fp... in all lines?

Danny
--
Q: Gentoo is too hard to install = http://www.cyberdelia.de
and I feel like whining. = [email protected]
A: Please see /dev/null. =
(from the gentoo installer FAQ) = \o/





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