Re: V5.2 Issue: Nagios service dies during Apply Configurati
Posted: Tue Oct 13, 2015 1:42 pm
@Sean Does this mean we would better wait with upgrading when using Mod Gearman?
Support for Nagios products and services
https://support.nagios.com/forum/
I can confirm that this problem is not related to R5.x. I had the same issue since 2014R2.x.ssax wrote:I can't say for sure at this point, I would say do it on a test server first, I'm not sure what's causing this but I believe another customer is experiencing it in 2014R2.7.
Code: Select all
grep -i gearman /var/log/messages*NEB log.tgriep wrote:Lets see if there is anything in the log files. Can you run the following and post the output?Can you look at the mod_gearman_neb.log files in the /var/log/mod_gearman folder for any errors?Code: Select all
grep -i gearman /var/log/messages*
Code: Select all
[2015-10-13 09:07:41][22676][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
Code: Select all
[2015-10-13 09:07:39][18121][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
[2015-10-13 09:07:39][25394][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
[2015-10-13 09:07:39][24732][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
[2015-10-13 09:07:39][32654][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
[2015-10-13 09:07:39][25155][ERROR] sending job to gearmand failed: flush(GEARMAN_COULD_NOT_CONNECT) localhost:4730 -> libgearman/connection.cc:745
SteveBeauchemin wrote:I noticed that the XI5 install touches Firewall stuff.
I have my iptables and firewall off, but the install turns it back on.
As far as I know firewall does not restrict local port access only external.SteveBeauchemin wrote:I noticed that the XI5 install touches Firewall stuff.
I have my iptables and firewall off, but the install turns it back on.
Maybe something there? Gearman cannot talk to it's local port?
Steve B