-
Notifications
You must be signed in to change notification settings - Fork 30
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 support #10
Comments
We also about to switch to 5.4.2. While there is an on-the-fly migration of screens to dashboards, there's still no ex-/import for dashboards. Formerly, we use a screen generator tool. This is cut-off, because after migration, there's seems no possibility to "import-and-convert" screens, anymore. We might rewrite our tool to create dashboards. But at the moment, there seems also no possibility to import dashboards, right? |
PR-s are welcome. Unfortunately, we don't have zabbix-5.4 stand right now. There is support for dashboard import, but it is poorly tested on 5.x branches. |
We used ex- and import on our 4.4.2 and I works for us, i.e. for the Zabbix features we use. We'll try to investigate the code and develop patches. I found that
How you would handle this? In a way that's up- and downward compatible, i.e. get the API version and switch exported tags, but try to convert at import? Well, probably like zabbix-review-export-import/zabbix-import.py Lines 1064 to 1094 in ddbad3c
|
Hi, I have only tested on yaml export, the following works on Zabbix 5.4.7: sed 's/alias/username/g' -i zabbix-export.py Off course this renders the script incompatible with previous Zabbix versions. I am only exporting the following:
|
Mostly screens and dashboards are affected. |
zabbix api 5.4.10
|
Export throws an errors, while dumping screens, dashboards, users and valuemaps from Zabbix 5.4.2.
Also templates have yaml format by default and user's alias changed to username.
The text was updated successfully, but these errors were encountered: