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

Naemon crash when multiple gearman servers defined #58

Closed jmcook closed 9 years ago

jmcook commented 10 years ago

When we define multiple gearman servers in the NEB module config, we're getting a near immediate crash of the naemon core process. RHEL 6u4, libgearman 0.28

jmcook commented 10 years ago

Some additional data on this... I also updated to libgearman 0.33, same behavior is observed. Also, it appears that if I stop the gearmand process, naemon crashes.

sni commented 10 years ago

i cannot reproduce that. Could you run naemon with gdb and maybe compile mod-gearman with --enable-debug to see where it fails?

sni commented 9 years ago

you also might try a different libgearman release, see a list here http://labs.consol.de/nagios/mod-gearman/#_lib_gearman which works best.