mod-gearman worker on queue 'service' running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
angurisudhakar

mod-gearman worker on queue 'service' running

Post 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.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

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

Post by Box293 »

Can you please post some more information.

Where are you seeing this error?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
angurisudhakar

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

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

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

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
angurisudhakar

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

Post 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]#
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

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

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked