NDOutils and Nagios startup speed

Mathieu Gagné mgagne at iweb.com
Thu Jan 29 02:05:07 CET 2009


Hi,

Marc Powell wrote:
> 
>> Is there a way to speed things up? Any help would be appreciated.  
>> Thanks.
> 
> I'm interested in tips as well.
> 

One way to speed up Nagios start when using NDOutils is to tweak 
"event_broker_options".

Here is my new configuration, based on constants defined in 
include/broker.h:

# BROKER_EVERYTHING      1048575
# -BROKER_TIMED_EVENTS   2
# -BROKER_SERVICE_CHECKS 4
# -BROKER_HOST_CHECKS    8

event_broker_options=1048561

I personally don't care about raw host/service check results and 
internal scheduling. It's already available in nagios.log and don't need 
to access such data remotely. Also host/service status are already 
available in nagios_hoststatus and nagios_servicestatus.

There's probably more to disable.

--
Mathieu

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list