Page 1 of 1

nagios.cfg and broker_module directive

Posted: Thu Dec 29, 2016 10:38 am
by emi65
Hi expert

I'm using Nagios 4.2.1 with germand module in order to distribute the check on more servers

For this reason I add in nagios.cfg this directive
broker_module=/usr/lib64/mod_gearman/mod_gearman.o config=/etc/mod_gearman/mod_gearman_neb.conf

Now I'm attempting to install ndoutils and to complete the installaition phase I have to
add in the nagios.cfg file this new directive
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg

Can I insert both broker_module or just one ?

thanks for the info
Emilio

Re: nagios.cfg and broker_module directive

Posted: Thu Dec 29, 2016 10:44 am
by rkennedy
Yes, you should be fine using both broker modules. Depending on the versions you're attempting to use though (gearman / core / ndo), you could see issues. I currently have an XI 5.3.x system running and evaluating how well it works with the recent core4 release.