Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend this gem for zabbix api v 3.4 #81

Closed
glafir opened this issue Sep 5, 2017 · 4 comments
Closed

Extend this gem for zabbix api v 3.4 #81

glafir opened this issue Sep 5, 2017 · 4 comments

Comments

@glafir
Copy link

glafir commented Sep 5, 2017

When we can get zabbixapi for Zabbix 3.4 ?

@glafir
Copy link
Author

glafir commented Sep 5, 2017

Temporatory deside is:
Find in {Path-to-gem}/lib/zabbixapi/client.rb
unless api_version =~ /(2\.4|3\.[02])\.\d+/
Change to
unless api_version =~ /(2\.4|3\.[024])\.\d+/
Then it work!

@tophercullen
Copy link

Second this. Zabbix 3.2 is technically 'unsupported'

@oscar-vlugt
Copy link

Second this, at this point it conflicts with puppet template deployment because zabbixapi 3.4 isn't supported. As 3.2 is unsupported, it immediately sets us back to 3.0 as that is a LTS version.

@ottok
Copy link

ottok commented Mar 24, 2018

While waiting for the fix to land on upstream you can put in your Gemfile:
gem 'zabbixapi', :git => 'https://github.com/Seravo/zabbixapi.git', :branch => 'v3.1.0-fixed'

Pull request open at: #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants