Closed bernardoVale closed 9 years ago
You have to set "route_eventhandler_like_checks=yes", then eventhandler will end up on the same worker as their host/service checks would be.
Also please use the mailing list for general questions and support so other users can answer too. This tracker is mostly used for bugs and issues.
Thanks Sven, I've opened a thread on mailing list https://groups.google.com/forum/#!topic/mod_gearman/XBJsUZOB49c
We are using mod_gearman to distribute checks on hosts/services behind firewalls. Now we want also use event handler on those hosts/services.
This host/services communicate only with one worker and the worker with Nagios Server/Mod Gearman.
I've tried to configure this setting eventhandler=yes but the event handlers are always passed to the local worker inside Nagios Server/Mod Gearman.