Re: [Nagios-devel] data compression in nsca

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] data compression in nsca

Post by Guest »

Matthias Haider wrote:
> Hi List,
>
> i am considering the reduction of traffic that remote monitored
> servers generate when they send data using send_nsca.
>
> i am wondering if if would be useful to use compression of the data
> befdore sending them..
> does anyone know if this is possible/ easy to implement?
>

It's possible and not overly hard (zlib is fairly straightforward to
use). I'm not sure how much benefit you'll notice from it though, as
send_nsca sends the output of one check at a time, and has no idea of
state. As such, you get the compression size overhead for each check,
and as the results should already be fairly small, you won't gain all
that much.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231





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