g2z icon indicating copy to clipboard operation
g2z copied to clipboard

Write Zabbix modules in Go!

Results 5 g2z issues
Sort by recently updated
recently updated
newest added

When run `zabbix_agentd -t key` all is working fine. When try zabbix_get with the same key the library hangs on net.Dial. ``` g2z.LogInfof("Before dial") conn, err := net.DialTimeout("tcp", servAddr, time.Duration(2*time.Second)...

bug

For the life of me I couldn't think of a better name for this project. Maybe `zmod`?? Seems too ambiguous. Suggestions are welcomed!

When testing keys in a Go module with `zabbix_agentd -t`, occasionally the agent segfaults before exiting with no stack trace printed. This is also observed although much less frequently in...

Tests work fine in the Dummy module, but any tests run for the g2z package fail with: ``` $ go test -v # testmain 2015/08/29 15:41:53 duplicate symbol _cgoexp_d7801daa201c_zbx_module_api_version (types...

When under load with `zabbix_agent_bench`, if all `zabbix_agentd: listener` pids happen to process identical item keys at the same time, they appear to deadlock at `futex()`. I didn't find any...