AlekSi/zabbix

Better Zabbix version parser and handling

AlekSi opened this issue · 0 comments

Currently we retry operations for different versions. For example:

zabbix/host.go

Line 137 in 6c7510d

// Zabbix 2.4 uses new syntax only

We need to get Zabbix version after connection and use different implementations under the hood.