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

Application selection in metric does not work #352

Closed
Tony-Mc opened this issue Feb 9, 2017 · 1 comment
Closed

Application selection in metric does not work #352

Tony-Mc opened this issue Feb 9, 2017 · 1 comment
Labels

Comments

@Tony-Mc
Copy link
Contributor

Tony-Mc commented Feb 9, 2017

  • What Grafana version are you using?
    v4.1.1

  • What Zabbix version are you using?
    v2.0.6

  • What zabbix plugin version are you using?
    v3.2.0

  • What OS are you running grafana on?
    Docker Grafana image

  • What did you do?
    I set up a metric for application called "MyApp".
    image

  • What was the expected result?
    It should have displayed metric for selected application ("MyApp").

  • What happened instead?
    Stats for that metric were not displayed because application was not found (I also tried regexp instead of name).

As far as I debugged this issue the problem is that Zabbix datasource does not include expandData flag in application.get request for Zabbix versions 2.0-2.2. Due to that name field is not returned, making search by name or regexp impossible.

@alexanderzobnin
Copy link
Collaborator

Fixed by #462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants