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

[BUG] Grafana dashboard id 11074 - checksum mismatch #3374

Closed
10 of 18 tasks
przemyslavic opened this issue Jul 10, 2023 · 0 comments
Closed
10 of 18 tasks

[BUG] Grafana dashboard id 11074 - checksum mismatch #3374

przemyslavic opened this issue Jul 10, 2023 · 0 comments

Comments

@przemyslavic
Copy link
Collaborator

przemyslavic commented Jul 10, 2023

Describe the bug
The checksum for dashboard Node Exporter for Prometheus (id 11074) does not match after updating the dashboard title causing the download-requirements script to fail.

2023-07-10T02:08:39.5579672Z 2023-07-10 02:08:39,556 [INFO]: Downloading grafana dashboards...
2023-07-10T02:08:39.5585086Z 2023-07-10 02:08:39,557 [INFO]: - https://grafana.com/api/dashboards/7249/revisions/1/download
2023-07-10T02:08:39.8150976Z 2023-07-10 02:08:39,813 [INFO]: - https://grafana.com/api/dashboards/315/revisions/3/download
2023-07-10T02:08:40.0865112Z 2023-07-10 02:08:40,085 [INFO]: - https://grafana.com/api/dashboards/11074/revisions/9/download
2023-07-10T02:08:40.6702734Z 2023-07-10 02:08:40,669 [ERROR]: - https://grafana.com/api/dashboards/11074/revisions/9/download - download failed due to checksum mismatch, WARNING someone might have replaced the file.
user@x:~$ diff graf2.json graf1.json
3943c3943
<   "title": "1     Node Exporter for Prometheus Dashboard EN 20201010",
---
>   "title": "Node Exporter Dashboard EN 20201010-StarsL.cn",

user@x:~$ sha256sum graf2.json
151b23305da46eab84930e99175e1c07e375af73dbbb4b8f501ca25f5ac62785  graf2.json
user@x:~$ sha256sum graf1.json
893f4029ee9b3e0797ebad989dd47b8df516ed4d078f28ded2d6d8df7bbd1065  graf1.json

Environment

  • Cloud provider: [AWS | Azure | All | None]
  • OS: [e.g. Ubuntu 20.04.3 LTS, you can use cat /etc/os-release]

epicli version: [2.0.x]

Additional context
Add any other context about the problem here.


DoD checklist

  • Changelog
    • updated
    • not needed
  • COMPONENTS.md
    • updated
    • not needed
  • Schema
    • updated
    • not needed
  • Backport tasks
    • created
    • not needed
  • Documentation
    • added
    • updated
    • not needed
  • Feature has automated tests
  • Automated tests passed (QA pipelines)
    • apply
    • upgrade
    • backup/restore
  • Idempotency tested
  • All conversations in PR resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant