Page 2 of 2

Re: Distributed monitoring

Posted: Tue Jun 03, 2014 12:37 pm
by rentsys
I installed it on my master server and left it default to see if any errors would present themselves and a lot of my hosts and services went critical and said

Code: Select all

(host check orphaned, is the mod-gearman worker on queue 'host' running?) or (service check orphaned, is the mod-gearman worker on queue 'service' running?)

Re: Distributed monitoring

Posted: Wed Jun 04, 2014 10:08 am
by lmiltchev
Run the following commands and show us the output:

Code: Select all

service gearmand status
service mod_gearman_worker status
grep gearman /usr/local/nagios/etc/nagios.cfg
Run the following command:

Code: Select all

gearman_top
watch the output for a while, and see what you have in the "Worker Available", "Jobs Waiting", and "Jobs Running" columns.

Re: Distributed monitoring

Posted: Tue Jun 10, 2014 2:10 pm
by rentsys
So It kinda just worked after I reverted to a snapshot a few times. This can be closed.