sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Help Wanted - Distributing Event Handler Checks throughout workers #80

Closed bernardoVale closed 9 years ago

bernardoVale commented 9 years ago

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.

distribute

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.

sni commented 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.

bernardoVale commented 9 years ago

Thanks Sven, I've opened a thread on mailing list https://groups.google.com/forum/#!topic/mod_gearman/XBJsUZOB49c