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

Configurable unique job id #21

Closed ghost closed 12 years ago

ghost commented 12 years ago

I'm also an Etsy engineer (working with jayKayEss) and we're using check_gearman in our stack to monitor the health of the queues. Currently the unique job id defaults to "check" for both Sync and Async jobs.

Making the unique job id configurable allows us to use the same binary to check the health of multiple "jobs".

sni commented 12 years ago

Thank you very much, nice patch.