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

Allow Port to be Specified in check_gearman and gearman_top #24

Closed smith closed 12 years ago

smith commented 12 years ago

As far a I can tell both of these default to port 4730 (which they should), but do not allow you to specify an alternate port. Please make it so you can do that.

sni commented 12 years ago

You can use check_gearman -H hostname:port, same for gearman_top. I will update the documentation.