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

localservicegroups on queue_custom_variable #52

Closed dcec closed 10 years ago

dcec commented 10 years ago

If i have an host with set queue_custom_variable and a service in localservicegroups the service is executed by gearman alike.

sni commented 10 years ago

Yes, queue_custom_variable overrides any other groups.

dcec commented 10 years ago

there is a method to prevent that a specific service is executed by gearman

sni commented 10 years ago

Sure, either put the service in a localhost/servicegroup or set _WORKER custom variable to "local"

dcec commented 10 years ago

thanks a lot, works fine