Hi forum,
I am newbie on mod_gearman and trying to install it to op5 ver 7.3.14
The steps I performed to configure op5, are as follows:
# rpm -Uvh "https://labs.consol.de/repo/stable/rhel6/i386/labs-consol-stable.rhel6.noarch.rpm"
# yum install mod_gearman
# yum install gearmand-server
# mkdir -p /usr/local/var/log/
# service gearmand start
# vi /opt/monitor/etc/naemon.cfg
Add:
broker_module=/usr/lib64/mod_gearman/mod_gearman_naemon.o server=localhost:4730 eventhandler=yes services=yes hosts=yes config=/etc/mod_gearman/module.conf# mon startOnce it starts, I run /usr/bin/gearman_top but seeing all jobs are in waiting
2018-01-10 00:10:52 - localhost:4730 - v0.33
Queue Name | Worker Available | Jobs Waiting | Jobs Running
----------------------------------------------------------------
check_results | 1 | 0 | 0
host | 0 | 226 | 0
service | 0 | 407 | 0
----------------------------------------------------------------
I tried to check the folder /var/log/gearmand/ and observed the folder was empty
Afterwards, I tried to increase the
debug=3 at /etc/mod_gearman/module.conf, and the /var/log/gearmand/ folder is still empty
Can you please advice if I may have missed something here?
Thank you.