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

Fixed use of check_result's output_file_fp. #33

Closed tokkee closed 12 years ago

tokkee commented 12 years ago

This was output_file_fd (integer) previously but now is a FILE pointer.

sni commented 12 years ago

Thanks