Page 1 of 1
Host check orphaned - mod gearman
Posted: Wed Feb 12, 2020 1:48 pm
by biswajit.banerjee
Hi
gearman server deployed newly .
Facing issue with
(host check orphaned, is the mod-gearman worker on queue 'hostgroup_gearman_eu' running?
intermittently on Random hosts .
do ing
systemctl stop nagios ; sleep 1 ; killall -9 nagios ; systemctl restart gearmand ; systemctl start nagios
solving the issue temporary .
Please help to resolve
Re: Host check orphaned - mod gearman
Posted: Wed Feb 12, 2020 5:19 pm
by tgriep
Have you logged in to the Gearman Worker that is hosting the hostgroup_gearman_eu and check the logs to see if there are any connection issues to the Gearman Server (Nagios server)?
Can you post the Gearman module.conf and the worker.conf file from the Nagios server and also from the Worker server?
Depending in the version, the files are in one of these folders
/etc/mod_gearman
/etc/mod_gearman2
Also, run the following command on the nagios server and post the output.
or
Thanks.
Re: Host check orphaned - mod gearman
Posted: Wed Feb 12, 2020 9:00 pm
by biswajit.banerjee
No Connection issue with Nagios Gearmand Server from worker .
Please find the required files attached
The output of gearman_top -b
gearman_top.PNG
Re: Host check orphaned - mod gearman
Posted: Thu Feb 13, 2020 10:43 am
by tgriep
What is the host name of the worker that is processing the checks from the gearman_eu hostgroup?
On the above worker, get the following log file and post it to the ticket. You may have to get an archived version for the time the orphaned message was generated.
Code: Select all
/var/log/mod_gearman/mod_gearman_worker.log
Run this on the above worker server and post the output.
On the nagios server, get these log files and post them. You may have to get an archived version for the time the orphaned message was generated.
Code: Select all
/var/log/gearmand/gearmand.log
/var/log/mod_gearman2/mod_gearman_neb.log
Run this on the nagios server and post the output.
Re: Host check orphaned - mod gearman
Posted: Fri Feb 14, 2020 2:32 am
by biswajit.banerjee
We found that
module.conf of Nagios server had 2 Lines of hostgroups , we had made it in single line on multiple hostgroups with comma separation.
It sorted the issue .
Thanks , Please close ticket
Re: Host check orphaned - mod gearman
Posted: Fri Feb 14, 2020 8:22 am
by scottwilkerson
biswajit.banerjee wrote:We found that
module.conf of Nagios server had 2 Lines of hostgroups , we had made it in single line on multiple hostgroups with comma separation.
It sorted the issue .
Thanks , Please close ticket
great
Locking thread