dnaeon / py-vpoller

Distributed vSphere API Proxy
Other
83 stars 31 forks source link

vpoller-module makes Zabbix 6.4 to crash #285

Open bitmind opened 9 months ago

bitmind commented 9 months ago

Hi, I just compiled vpoller-module with zabbix-6.4.9 sources (adjusting paths and filenames as suggested in #283). The make command reports some warnings but finishes successfully (see make output.txt) However, when vpoller.so is loaded, Zabbix server keeps crashing (see attached zabbix_server.log). Is vpoller compatibile with Zabbix 6.4 ? thanks

dnaeon commented 9 months ago

Hey @bitmind ,

Unfortunately I'm no longer using actively Zabbix and cannot test it against version 6.4.

cliobrando commented 1 month ago

Hi, I just compiled vpoller-module with zabbix-6.4.9 sources (adjusting paths and filenames as suggested in #283). The make command reports some warnings but finishes successfully (see make output.txt) However, when vpoller.so is loaded, Zabbix server keeps crashing (see attached zabbix_server.log). Is vpoller compatibile with Zabbix 6.4 ? thanks

To fix this issue, include "zbxstr.h" in vpoller.c, but I don't know if it will work correctly, they changed a lot of things between 6.4 and 7.0 version.