express42 / zabbixapi

Ruby wrapper to Zabbix API
MIT License
132 stars 128 forks source link

Will there be a version for zabbix 4.2? #103

Closed eyekelly closed 3 years ago

eyekelly commented 5 years ago

Hey,

Just wondering if there are any plans to make it support zabbix 4.2 I'm getting unsupported error message.

KrzysztofHajdamowicz commented 4 years ago

Zabbix 4.2 is already supported, since module version 4.0.0

fraenki commented 4 years ago

Zabbix 4.2 is already supported, since module version 4.0.0

It looks like only 4.0 is supported and all other versions will raise an error:

https://github.com/svdasein/zabbixapi/blob/820bfefea1d5717d5963e57356cbd60c9fb50d51/lib/zabbixapi/client.rb#L54-L56

KrzysztofHajdamowicz commented 4 years ago

Zabbix 4.2 is already supported, since module version 4.0.0

It looks like only 4.0 is supported and all other versions will raise an error:

https://github.com/svdasein/zabbixapi/blob/820bfefea1d5717d5963e57356cbd60c9fb50d51/lib/zabbixapi/client.rb#L54-L56

You were looking on old version of code. Check latest tag or even master branch 😉

fraenki commented 4 years ago

You were looking on old version of code.

Oops. Not sure how I ended at that outdated fork. :facepalm: