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

Grafana 6.2.0 has problem with empty password for zabbix datasource #23

Closed
marcinbojko opened this issue Jul 30, 2019 · 1 comment
Closed

Comments

@marcinbojko
Copy link

It looks like this - when using provisioning in Grafana 6.2.0, empty password for zabbix api user is being thrown as exception (unmarshal Json).
Tag of image used: 6.2
Bumping version of Grafana in Dockerfile to 6.2.5 resolves the issue.
Of course I can build my own image, but, if I may ask - are there any plans to release newer version of image?

    jsonData:
      addThresholds: true
      alerting: true
      alertingMinSeverity: "3"
      disableReadOnlyUsersAck: true
      username: "guest"
      password: ""
      keepCookies:
      tlsAuth: false
      tlsAuthWithCACert: false
      tlsSkipVerify: true
      trends: true
      trendsFrom: "31d"
      trendsRange: "8d"
      zabbixVersion: "4"
@jangaraj
Copy link
Collaborator

Fixed - 6.2.5 released

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

No branches or pull requests

2 participants