-
Notifications
You must be signed in to change notification settings - Fork 120
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
Zabbix 4.0 support #104
Comments
First of all I think it's better to stop providing SQL files with formula. Since Zabbix 3.0 Zabbix package provide gzipped SQL file with schema and data, IMO it's better to just use this file. PostgreSQL part of this formula already using this approach. If you need to concatenate 3 SQL files, schema file must be first, concatenation can be done with simple
To use your own sql file.
zabbix-mysql:
sql_file: /zabbix4.sql To install Zabbix 4 - add pillar zabbix:
lookup:
version_repo: '4.0' |
+1 for this. |
Should be solved by #123 once the implementation is resolved. |
Hi all,
I'd like to add support for the Zabbix 4.0.x versions as this is the new LTS release.
However, I don't know the procedure that was used to generate the mysql create files that are shipped in this formula (Zabbix sources contain 3 separate files).
Does anyone have a step-by-step handy?
The text was updated successfully, but these errors were encountered: