Ryan Armstrong
Ryan Armstrong
I've reproduced this issue outside of Zabbix and raised [issue #15538](https://github.com/golang/go/issues/15538) with the Go team. This might be a more general C/Linux issue however, due to the way memory is...
This code reproduces the issue: https://gist.github.com/cavaliercoder/688a3cd7dac20c8edb0c0f6f2851b54d
Raised with Zabbix: https://support.zabbix.com/browse/ZBX-10751
I'm struggling to find a way forward with this issue. I think IPC will be the only way, in which case a separate project may be in order to start,...
This is a note for me to experiment with `GOMAXPROCS = 1`. Theory being: - each forked Go runtime is constrained to a single thread - we still benefit from...
I tested this with `GOMAXPROCS=1`... still hangs on `Net.Dial` at: `futex(0xc420024110, FUTEX_WAIT, 0, NULL`
Currently the Problems API is not implemented. PRs a welcome!
You can of course, create your own custom requests using a `map` and pass it to Zabbix API in a `Request`.
Where my Dropboxers at? The whole Python stack is built on bazel and surely has some sacred, blessed touches from the BDFL himself?
Thanks for reporting this. I've been working on this problem actually, but didn't realise it effected others also. I'm having some trouble decomposing how group files work in various version...