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

Update zabbixapi gem to 2.4.7 form Zabbix 3.0 #196

Closed
tverhoeven opened this issue Mar 23, 2016 · 1 comment
Closed

Update zabbixapi gem to 2.4.7 form Zabbix 3.0 #196

tverhoeven opened this issue Mar 23, 2016 · 1 comment

Comments

@tverhoeven
Copy link

It seems one thing was missed when adding Zabbix 3.0 support. The zabbixapi gem used to make the exported resources work is still by default set to install version 2.4.4. But only version 2.4.7 (or later) of the gem supports the Zabbix 3.0 API.

This section of the web.pp should be correct:
# Determine correct zabbixapi version.
case $zabbix_version {
'2.2' : {
$zabbixapi_version = '2.2.2'
}
'2.4' : {
$zabbixapi_version = '2.4.4'
}
default : {
$zabbixapi_version = '2.4.7'
}
}

Thanks, Tim

@dj-wasabi
Copy link
Contributor

Hi @tverhoeven

I just pushed the fix for this. Thanks for letting me know.

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

2 participants