Migrate to gearman from NCSA
Posted: Mon Sep 19, 2016 7:44 am
Hello to all!
I wanna move infrastructure from NCSA to Gearman.
In gearman docs I found that it can be done with set off all distributed options in gearman server config.
I already did it, but can't understand how to config workers.
this is my /etc/mod_gearman2/module.conf:
It's just for testing, so I don't setup secure key, groups and other for now.
Can anyone help me with this or give a helpful links?
Thanks a lot!
Cheers,
Ivan
I wanna move infrastructure from NCSA to Gearman.
In gearman docs I found that it can be done with set off all distributed options in gearman server config.
I already did it, but can't understand how to config workers.
this is my /etc/mod_gearman2/module.conf:
Code: Select all
debug=2
logfile=/var/log/mod_gearman2/mod_gearman_neb.log
server=localhost:4730
eventhandler=no
services=no
hosts=no
do_hostchecks=yes
route_eventhandler_like_checks=no
encryption=yes
use_uniq_jobs=on
result_workers=1
perfdata=no
perfdata_mode=1
orphan_host_checks=yes
orphan_service_checks=yes
accept_clear_results=yes
Can anyone help me with this or give a helpful links?
Thanks a lot!
Cheers,
Ivan