Host check orphaned - mod gearman

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Host check orphaned - mod gearman

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Host check orphaned - mod gearman

Post 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.

Code: Select all

gearman_top2 -b
or

Code: Select all

gearman_top -b
Thanks.
Be sure to check out our Knowledgebase for helpful articles and solutions!
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: Host check orphaned - mod gearman

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Host check orphaned - mod gearman

Post 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.

Code: Select all

mod_gearman_worker -V
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.

Code: Select all

gearmand -V
Be sure to check out our Knowledgebase for helpful articles and solutions!
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: Host check orphaned - mod gearman

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Host check orphaned - mod gearman

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked