Re: [Nagios-devel] Patch: allow NRPE to handle multiline plugin

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] Patch: allow NRPE to handle multiline plugin

Post by Guest »

Matthias Flacke wrote:
> Hi Ethan, hi list,
>
> there are some lines in NRPE which cut off multiline plugin output -
> only the leading line remains. This busts the new Nagios 3 multiline
> feature for passive checks.
>
> The attached patch also works fine with Nagios 2 installations
> because run_service_check still strips continuation lines
> within Nagios itself.
>
> Kind regards,
> Matthias
>

Thanks Matthias! I'll get this functionality in CVS shortly. The
current plugin output is limited to 1K because of the static packet
size. I plan on eventually changing this to allow unlimited output
length for NRPE 3.x.


Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





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