gearmond worker #221
Unanswered
willipl1972
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently installed omd-5.60-labs-edition-rhel9.x86_64.rpm. i am using mod_gearman. the worker local to the gearmand server, works great. I deployed the worker on another host, via omd. Only the worker is running on the remote machine and is successfully attached to the server. I have designated the worker to only process a certain hostgroup and have configured that hostgroup on the gearmand servers server.cfg. This all works as expected. the weird thing is, the worker node processes a handful of checks and then no longer receives jobs in the "hostgroup_DMZ-group" queue.
Queue Name | Worker Available | Jobs Waiting | Jobs Running
hostgroup_DMZ-group | 258 | 124 | 198
the worker is only set to have max worker at 150. From time to time it will process a handful of jobs. jobs running never clears, even though you see the results in the Thruk interface. When it does decide to process a few jobs the Workers available will increase, even though the actual work is only running 5 workers.
the local mod_gearman worker is processing checks great.
Beta Was this translation helpful? Give feedback.
All reactions