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

[v2.0] Update Grafana dashboard checksum (id 11074) #3375

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ grafana-dashboards:
# Node Exporter for Prometheus
grafana_dashboard_11074:
url: 'https://grafana.com/api/dashboards/11074/revisions/9/download'
sha256: 151b23305da46eab84930e99175e1c07e375af73dbbb4b8f501ca25f5ac62785
sha256: 893f4029ee9b3e0797ebad989dd47b8df516ed4d078f28ded2d6d8df7bbd1065

# Node Exporter Server Metrics
grafana_dashboard_405:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
sha256: ee46dd6e68a9950aa78e8c88ae5e565c8ebde6cbdbe08972a70f06c5486618fb
grafana_dashboard_11074:
url: 'https://grafana.com/api/dashboards/11074/revisions/9/download'
sha256: 151b23305da46eab84930e99175e1c07e375af73dbbb4b8f501ca25f5ac62785
sha256: 893f4029ee9b3e0797ebad989dd47b8df516ed4d078f28ded2d6d8df7bbd1065
grafana_dashboard_405:
url: 'https://grafana.com/api/dashboards/405/revisions/8/download'
sha256: 97675027cbd5b7241e93a2b598654c4b466bc909eeb6358ba123d500094d913c
Expand Down Expand Up @@ -375,7 +375,7 @@
},
'grafana_dashboard_11074': {
'url': 'https://grafana.com/api/dashboards/11074/revisions/9/download',
'sha256': '151b23305da46eab84930e99175e1c07e375af73dbbb4b8f501ca25f5ac62785'
'sha256': '893f4029ee9b3e0797ebad989dd47b8df516ed4d078f28ded2d6d8df7bbd1065'
}
},
'images': {
Expand Down
6 changes: 6 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-disable-file no-duplicate-header -->
# Changelog 2.0

## [2.0.7] YYYY-MM-DD

### Fixed

- [#3374](https://github.com/hitachienergy/epiphany/issues/3374) - Grafana dashboard id 11074 - checksum mismatch

## [2.0.6] 2023-05-08

### Updated
Expand Down
2 changes: 1 addition & 1 deletion docs/home/COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Note that versions are default versions and can be changed in certain cases thro
| --------- | ------- | ------------ | ------- |
| Kubernetes Cluster | 7249 | https://grafana.com/grafana/dashboards/7249 | None |
| Kubernetes cluster monitoring (via Prometheus) | 315 | https://grafana.com/grafana/dashboards/315 | [MIT License](https://github.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/blob/master/LICENSE.md) |
| 1 Node Exporter for Prometheus Dashboard EN v20201010 | 11074 | https://grafana.com/grafana/dashboards/11074 | [Apache License 2.0](https://github.com/starsliao/Prometheus/blob/master/LICENSE) |
| Node Exporter Dashboard EN 20201010-StarsL.cn | 11074 | https://grafana.com/grafana/dashboards/11074 | [Apache License 2.0](https://github.com/starsliao/Prometheus/blob/master/LICENSE) |
| Node Exporter Server Metrics | 405 | https://grafana.com/grafana/dashboards/405 | None |
| Postgres Overview | 455 | https://grafana.com/grafana/dashboards/455 | None |
| PostgreSQL Database | 9628 | https://grafana.com/grafana/dashboards/9628 | [Apache License 2.0](https://github.com/lstn/misc-grafana-dashboards/blob/master/LICENSE) |
Expand Down
Loading