Re: [Nagios-devel] Running 6K hosts

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] Running 6K hosts

Post by Guest »

If startup is an issue then just use a hash table on the xod
structures. I changed the code a bit so that it just inserted the host
records as soon as it saw them into the main list, and
xod_find_service checked that.

I also modified the 1.x code so it uses glib's hash functions and
added a list of services for each host on the host record structure.



On Tue, 8 Feb 2005 16:36:11 -0800, Jason Martin wrote:
> On Tue, Feb 08, 2005 at 11:52:38PM +0100, Andreas Ericsson wrote:
> > Load time is usually considered wastable since it's a one-time penalty,
> Normally I'd agree, but since there is no facility to change
> thresholds / plugin commands on the fly, all adjustments require
> re-incuring that penalty. Load-time becomes very significant
> especially when web-based configuration products have to
> preflight and HUP Nagios to perform their job.
>
> -Jason Martin
> --
> What is Life? It's the cereal Mikey likes.
> This message is PGP/MIME signed.
>
>
>





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