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.
mod-gearman worker on queue 'service' running
- 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
Can you please post some more information.
Where are you seeing this error?
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
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
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
What is the mod gearman version that you are using?
Run the following command and show us the output:
Run the following command and show us the output:
Code: Select all
grep "use_retained_scheduling_info=" /usr/local/nagios/etc/nagios.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!
-
angurisudhakar
Re: mod-gearman worker on queue 'service' running
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]#
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
Change:
to
and restart nagios. Let me know if this fixed your issue.
Code: Select all
use_retained_scheduling_info=1Code: Select all
use_retained_scheduling_info=0Be sure to check out our Knowledgebase for helpful articles and solutions!