Re: [Nagios-devel] RFC Proof of concept patch: Restarting embedded

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] RFC Proof of concept patch: Restarting embedded

Post by Guest »

Stanley Hopcroft wrote:
> Dear Sir,
>
> I am writing to thank you for your letter and say,
>
> On Wed, Oct 20, 2004 at 09:01:28PM -0500, Ethan Galstad wrote:
>
>>Following up on an old post that needs addressing...
>>
>>The info from the Perl docs you provided earlier state that lost
>>memory can only be freed by stopping the process.
>
>
> Agreed.
>
>
>>Rather than
>>including this functionality in Nagios (which would be a bit kludgy),
>>I would recommend another approach (which is still hackish, but
>>better IMO)...
>>
>
>
>
>
>>Use cron to periodically run a script that calls the check_vsz plugin
>>to determine the memory usage of the Nagios daemon. If the plugin
>>returns a critical state, restart Nagios using the init script.
>>Simple, but effective.
>>
>>
>
>
> Yes, this is a much better way (even periodic restarts from cron without
> checking mem use would be sufficient).
>

Umm.. How about the old-fashioned and cleaner way, using vfork(2) and
execve(2)?

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Lead Developer





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