Gearman Orpaned checks not being retried

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Gearman Orpaned checks not being retried

Post by rajasegar »

Nagiso XI 2014R1.2

Code: Select all

[nagios@nagiosprodxi1 debug]$ /usr/bin/check_gearman -V
check_gearman: version 1.4_nagios4 running on libgearman 0.25

For those services which has this message (service check orphaned, is the mod-gearman worker on queue 'service' running?), the service is not being retried even though it is scheduled correctly.

It was say next check at 10:00am, when 10:00am comes it will schedule it 10:20am etc etc.
If we manually force a check, it checks correctly. Please advice what is the issue.
All other checks are working fine.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Gearman Orpaned checks not being retried

Post by lmiltchev »

If you haven't done this already, try changing the following line in the nagios.cfg:
from

Code: Select all

use_retained_scheduling_info=1
to

Code: Select all

use_retained_scheduling_info=0
and restart nagios service:

Code: Select all

service nagios restart
Let me know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked