nagios.cfg and broker_module directive

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
emi65
Posts: 119
Joined: Fri Aug 17, 2012 3:41 am

nagios.cfg and broker_module directive

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: nagios.cfg and broker_module directive

Post 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.
Former Nagios Employee
Locked