zabbix-tools / g2z

Write Zabbix modules in Go!
Other
56 stars 9 forks source link

Can not support zabbix 3.2 #9

Closed canghai908 closed 6 years ago

canghai908 commented 7 years ago

I use gopkg.in/cavaliercoder/g2z.v3/,but it is not support,the log is

`` 19834:20170611:183512.625 Starting Zabbix Agent [Zabbix server]. Zabbix 3.2.6 (revision 67849). 19834:20170611:183512.625 Enabled features 19834:20170611:183512.625 IPv6 support: NO 19834:20170611:183512.625 TLS support: NO 19834:20170611:183512.625 ** 19834:20170611:183512.625 using configuration file: /usr/local/zabbix/etc/zabbix_agentd.conf 19834:20170611:183512.628 unsupported module "dummy.so" version: 1 19834:20170611:183512.628 loading modules failed, exiting... ~

cavaliercoder commented 7 years ago

Apologies, I haven't updated the codebase to support 3.2 yet. There were breaking changes in Zabbix again.

Please note that I have abandoned this project after issue #5, as goroutines become unstable after the Zabbix agent forks. If you still would like me address your issue, I can create a v3.2 fix.

canghai908 commented 7 years ago

Thank you,Please create a v3.2 fix.I will use it normally,my application is very simple.

rockaut commented 6 years ago

Heja @canghai908 This should have fixed with my PR. Forgot the "fixed" keyword sorry.

canghai908 commented 6 years ago

@rockaut Thank you!