Re: [Nagios-devel] MAX_PLUGINOUTPUT_LENGTH

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] MAX_PLUGINOUTPUT_LENGTH

Post by Guest »

> > The result is platform specific. 352 is the lowest common denominator for
> > maximum pipe buffer size. Using larger values can cause data from
> > different plugins to be interleaved - and then none of the data would be
> > understood...
>
> On Solaris, you can safely bump this up, as it uses 5120-byte atomic reads
> and writes to named pipes, as opposed to Linux's 512-byte atomic
> operations on named pipes.

Any idea where this is set in kernel? would it be possible to change this
in kernel without changing glibc?

roy





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