Page 1 of 1

Gearman Orpaned checks not being retried

Posted: Mon Dec 15, 2014 9:49 pm
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.

Re: Gearman Orpaned checks not being retried

Posted: Tue Dec 16, 2014 11:23 am
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.