Re: [Nagios-devel] MAX_PLUGINOUTPUT_LENGTH
Posted: Tue Sep 02, 2003 7:41 am
> Any idea where this is set in kernel? would it be possible to change this
> in kernel without changing glibc?
I think it's too integral a part of Linux to just change without it
affecting huge numbers of other programs.
You might be better off copying the pipe code, calling it bigpipe or
something, and then causing nagios to use bigpipe rather than pipe for its
named-pipe operations...
Not a simple task, and there might still be an underlying reason why only
512 will work...
---
Jason Marshall, Unix Geek, Kelman Technologies, Inc., Calgary, AB, Canada.
From a Sun Microsystems bug report (#4102680):
"Workaround: don't pound on the mouse like a wild monkey."
"I have great faith in fools:
Self confidence my friends call it." -Edgar Allan Poe
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
> in kernel without changing glibc?
I think it's too integral a part of Linux to just change without it
affecting huge numbers of other programs.
You might be better off copying the pipe code, calling it bigpipe or
something, and then causing nagios to use bigpipe rather than pipe for its
named-pipe operations...
Not a simple task, and there might still be an underlying reason why only
512 will work...
---
Jason Marshall, Unix Geek, Kelman Technologies, Inc., Calgary, AB, Canada.
From a Sun Microsystems bug report (#4102680):
"Workaround: don't pound on the mouse like a wild monkey."
"I have great faith in fools:
Self confidence my friends call it." -Edgar Allan Poe
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]