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

Add Zabbix 5.4+ compatibility #15

Merged
merged 7 commits into from
Oct 4, 2022
Merged

Add Zabbix 5.4+ compatibility #15

merged 7 commits into from
Oct 4, 2022

Conversation

pdecat
Copy link
Member

@pdecat pdecat commented Oct 3, 2022

This PR adds compatibility for Zabbix 5.4 and later versions.

TODO:

  • Fix trigger_test.go:18: -32602 (Invalid params.): Invalid parameter "/1/expression": incorrect expression starting from "{fv-az241-50-testing-8453496418047518088:key.lala.laa.last()}=0". with trigger.create invocation and Zabbix 5.4+
  • Fix template_test.go:16: -32602 (Invalid params.): Invalid parameter "/1/macros": an array is expected. with template.create invocation and Zabbix 5.4
  • Fix template_test.go:16: -32602 (Invalid params.): Invalid parameter "/1/groups/1": unexpected parameter "name". with template.create invocation and Zabbix 6.0+
  • Fix template_test.go:20: -32500 (Application error.): No permissions to referred object or it does not exist! with template.create invocation and Zabbix 6.2

@pdecat pdecat mentioned this pull request Oct 3, 2022
@pdecat pdecat merged commit b0a7b3f into master Oct 4, 2022
@pdecat pdecat deleted the zabbix54 branch October 4, 2022 23:04
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

Successfully merging this pull request may close these issues.

1 participant