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
Host check orphaned - mod gearman
-
biswajit.banerjee
- Posts: 152
- Joined: Fri Dec 08, 2017 10:24 pm
Re: Host check orphaned - mod gearman
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.
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 -bCode: Select all
gearman_top -bBe 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
No Connection issue with Nagios Gearmand Server from worker .
Please find the required files attached
The output of gearman_top -b
Please find the required files attached
The output of gearman_top -b
You do not have the required permissions to view the files attached to this post.
Re: Host check orphaned - mod gearman
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.
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.
Run this on the nagios server and post the output.
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.logCode: Select all
mod_gearman_worker -VCode: Select all
/var/log/gearmand/gearmand.log
/var/log/mod_gearman2/mod_gearman_neb.logCode: Select all
gearmand -VBe 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
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
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
greatbiswajit.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
Locking thread