Page 1 of 1
mod_gearman didn't work after update 5.7.1
Posted: Tue Jun 16, 2020 2:36 am
by winsonlee
After upgrade Xi to 5.7.1, mod_gearman stop work
use gearman_top can't see any job is running, and gearman server loading is heavy
Re: mod_gearman didn't work after update 5.7.1
Posted: Tue Jun 16, 2020 2:09 pm
by benjaminsmith
Hi
@winsonlee,
Thanks for bringing this to our attention. We've been able to repeat the issue here and we've got our team working on it right now. Once resolved, I will provide instructions for applying a patch.
I will update you as soon as I have more information.
Benjamin
Re: mod_gearman didn't work after update 5.7.1
Posted: Sun Jun 28, 2020 10:32 pm
by winsonlee
Hi,
When is the bug expected to be fixed and released? Our monitoring is currently suspended and needs your help to resume.
Re: mod_gearman didn't work after update 5.7.1
Posted: Mon Jun 29, 2020 12:39 pm
by benjaminsmith
Hi
@Winsonlee,
We're working on the next release to correct this and we should have it out next week. In the meantime, please try the following as it has resolved the issue for some customers. Open up the main Nagios configuration file at
usr/local/nagios/etc/nagios.cfg and make sure the NDO broker module is loaded before Mod Gearman, as follows:
Code: Select all
broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
broker_module=/usr/lib64/mod_gearman/mod_gearman_nagios4.o config=/etc/mod_gearman/module.conf eventhandler=no
Then re-start Nagios Core, and let us know if the issue is resolved for you.
Re: mod_gearman didn't work after update 5.7.1
Posted: Mon Jun 29, 2020 7:58 pm
by winsonlee
benjaminsmith wrote:Hi
@Winsonlee,
We're working on the next release to correct this and we should have it out next week. In the meantime, please try the following as it has resolved the issue for some customers. Open up the main Nagios configuration file at
usr/local/nagios/etc/nagios.cfg and make sure the NDO broker module is loaded before Mod Gearman, as follows:
Code: Select all
broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
broker_module=/usr/lib64/mod_gearman/mod_gearman_nagios4.o config=/etc/mod_gearman/module.conf eventhandler=no
Then re-start Nagios Core, and let us know if the issue is resolved for you.
Since I have reinstalled mod_gearman, so the setting is already the way mentioned in the reply
I am waiting for the correction next week, thank you for your reply
Re: mod_gearman didn't work after update 5.7.1
Posted: Tue Jun 30, 2020 10:25 am
by benjaminsmith
I am waiting for the correction next week, thank you for your reply
Thanks for your patience, we'll have more information early next week.
Benjamin
Re: mod_gearman didn't work after update 5.7.1
Posted: Sun Jul 12, 2020 7:30 pm
by winsonlee
benjaminsmith wrote:I am waiting for the correction next week, thank you for your reply
Thanks for your patience, we'll have more information early next week.
Benjamin
Is there any new news?
Re: mod_gearman didn't work after update 5.7.1
Posted: Mon Jul 13, 2020 5:36 am
by danniiffxi
Sorry to jump into your thread, but I have updated both of my Nagios instances this morning. The instance I have that uses Gearman is dead, the updates was successful, the GUI loads fine, but no service checks are happening.
The second instance we run does not have Gearman, and that updated without issue.
Hopefully they will find a fix for this soon.
Re: mod_gearman didn't work after update 5.7.1
Posted: Mon Jul 13, 2020 1:49 pm
by lmiltchev
The Mod Gearman issue will be fixed in Nagios XI 5.7.2, which will be released this week.