-
Notifications
You must be signed in to change notification settings - Fork 458
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
Rewritten ptototype.query method #1
Conversation
This method now uses the same request doZabbixAPIRequest without code dublication. Please check on your installation cause I have only one metric per graph
Alex, is it possible in grafana by default replace word alias with the metric name from zabbix api, and add check box "autoupdate metric name from api" if it is set to true, than every time when graph is loaded to take metric name from api, not from alias field? |
It's good idea. I'll try to realize this feature later. |
Rewritten ZabbixAPIDatasource.prototype.query() method.
Have you fully tested this patch ? |
Yes, I check for errors and for my installation all right. if you see errors again, please open issue with detailed error description. |
Update direct-db-connection.md
This method now uses the same request doZabbixAPIRequest without code
dublication. Please check on your installation cause I have only one
metric per graph
I thinl idea is clear to remove code dublication with auth, and do all requests thru doZabbixAPIRequest