dnaeon / py-vpoller

Distributed vSphere API Proxy
Other
83 stars 31 forks source link

Update vpoller.c to compile with zabbix 6.0.X #282

Closed cliobrando closed 2 years ago

cliobrando commented 2 years ago

Fix to compile vpoller module with Zabbix 6.0 In Zabbix 6.0 a new parameter was introduced to reread the Zabbix agent without restarting it, so now it's required in the parse_cfg_file function. You can check it under feature request ZBXNEXT-6936

dnaeon commented 2 years ago

Thanks, @cliobrando !