grafana: fix path to dashboards

This commit is contained in:
Bloxx12 2025-05-26 10:10:34 +02:00
commit 5984b39f69
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -71,15 +71,15 @@ in {
{ {
# taken from https://grafana.com/grafana/dashboards/1860-node-exporter-full/ # taken from https://grafana.com/grafana/dashboards/1860-node-exporter-full/
name = "system-status"; name = "system-status";
path = fetchurl { options.path = fetchurl {
url = "https://grafana.com/api/dashboards/1860/revisions/40/download"; url = "https://grafana.com/api/dashboards/1860/revisions/40/download";
sha256 = "sha256-zTsS/UEX6W8+qK3l2GtvdDfmwS8eVnnyZxZ++LtRLBA="; sha256 = "sha256-zTsS/UEX6W8+qK3l2GtvdDfmwS8eVnnyZxZ++LtRLBA=";
}; };
} }
{ {
# taken from https://grafana.com/grafana/dashboards/1860-node-exporter-full/ # taken from https://grafana.com/grafana/dashboards/9628-postgresql-database/
name = "PostgreSQL-status"; name = "PostgreSQL-status";
path = fetchurl { options.path = fetchurl {
url = "https://grafana.com/api/dashboards/9628/revisions/8/download"; url = "https://grafana.com/api/dashboards/9628/revisions/8/download";
sha256 = "sha256-UhusNAZbyt7fJV/DhFUK4FKOmnTpG0R15YO2r+nDnMc="; sha256 = "sha256-UhusNAZbyt7fJV/DhFUK4FKOmnTpG0R15YO2r+nDnMc=";
}; };