-
Notifications
You must be signed in to change notification settings - Fork 462
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 option to disable zabbix value mapping translation in query. #1128
Comments
+100!!! |
Totally disabling isn't a good choice. You won't be able to use it in other dashboards, maybe something like "Disable by default" and enable per-query, or disable/enable by default for dashboard and enable/disable per-query |
Agree. There should be a global or "default" setting in the plugin config, which can then be overridden at the query level if so desired. |
@alexanderzobnin this one is pretty high priority, The default that most users do, is to get the data from zabbix raw and use units in Grafana. Even more, it brokes the usage of thresholds, because we need to get the raw integers in a lot of cases, since thresholds do not support text as a limit parameter. I got myself more than 50 broken dashboards if update. |
I agree, in many cases it breaks user experience. So I'll add switch to the query editor to enable this option, it will be disabled by default. |
@alexanderzobnin will this fix also affect #1130 ? |
@serg-ku this only affects value mapping. |
@alexanderzobnin is there any fix planned for #1130 or it's not used by anyone?) It's standard grafana functionality) |
Keep issue discussion the the right related issue please |
In 4.1 release Grafana-Zabbix started to use zabbix value mappings, but this breaks old dashboards where mapping are configured in grafana and also in zabbix, because zabbix mappings takes priority.
I think best solution will be an option to disable zabbix value mapping translation on query basis, option to disable it in datasource will also fix this, but It's not flexible enough, also selectable priority (search in grafana and if not found in zabbix mapping) can do the job, but I don't know if it's possible to implement.
Also value mappings in zabbix can be descriptive and long, but in Grafana you want to use simple OK and ALARM mappings, for example for persons on duty, only to indicate problem and long descriptions from zabbix mappings can be unreadable and useless on dashboard.
The text was updated successfully, but these errors were encountered: