Page 1 of 1

mod-gearman worker on queue 'service' running

Posted: Tue Oct 14, 2014 4:54 am
by angurisudhakar
Hi,
I am getting below error in NagiosXI version Nagios XI 2012R2.9
service check orphaned, is the mod-gearman worker on queue 'service' running

Please help me out in this..ASAP

Thanks,
Sudhakar Anguri.

Re: mod-gearman worker on queue 'service' running

Posted: Wed Oct 15, 2014 1:56 pm
by Box293
Can you please post some more information.

Where are you seeing this error?

Re: mod-gearman worker on queue 'service' running

Posted: Thu Oct 16, 2014 5:20 am
by angurisudhakar
Hi,

we are getting this error message in service output content it is displaying.

Particular service state showing is message(mod-gearman worker on queue 'service' running).

Thanks,
Sudhakar Anguri

Re: mod-gearman worker on queue 'service' running

Posted: Thu Oct 16, 2014 9:13 am
by lmiltchev
What is the mod gearman version that you are using?

Run the following command and show us the output:

Code: Select all

grep "use_retained_scheduling_info=" /usr/local/nagios/etc/nagios.cfg

Re: mod-gearman worker on queue 'service' running

Posted: Fri Oct 17, 2014 5:18 am
by angurisudhakar
Hi ,
Please find the below details.
[root@nagios-p ~]# grep "use_retained_scheduling_info=" /usr/local/nagios/etc/nagios.cfg
use_retained_scheduling_info=1
[root@nagios-p ~]#


version :

-rw-r--r-- 1 nagios users 259028 Jul 21 11:25 gearmand-devel-0.25-1.rhel6.x86_64.rpm
-rw-r--r-- 1 nagios users 102665 Jul 21 11:25 gearmand-server-0.25-1.rhel6.x86_64.rpm
-rw-r--r-- 1 nagios users 293411 Jul 21 11:25 mod_gearman-1.3.8-1.e.rhel6.x86_64.rpm
-rw-r--r-- 1 nagios users 257408 Jul 21 11:25 gearmand-0.25-1.rhel6.x86_64.rpm
-rwxr-xr-x 1 nagios users 4409 Jul 21 11:25 ModGearmanFullinstallVersion.sh
[root@NagiosXI-Slave gold]#

Re: mod-gearman worker on queue 'service' running

Posted: Fri Oct 17, 2014 1:17 pm
by lmiltchev
Change:

Code: Select all

use_retained_scheduling_info=1
to

Code: Select all

use_retained_scheduling_info=0
and restart nagios. Let me know if this fixed your issue.