grafana: fix fetchurl
This commit is contained in:
parent
d742bcafc3
commit
1dd7f57bb3
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ in {
|
||||||
name = "system-status";
|
name = "system-status";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
url = "https://grafana.com/api/dashboards/1860/revisions/40/download";
|
url = "https://grafana.com/api/dashboards/1860/revisions/40/download";
|
||||||
hash = "sha256-zTsS/UEX6W8+qK3l2GtvdDfmwS8eVnnyZxZ++LtRLBA=";
|
sha256 = "sha256-zTsS/UEX6W8+qK3l2GtvdDfmwS8eVnnyZxZ++LtRLBA=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -81,7 +81,7 @@ in {
|
||||||
name = "PostgreSQL-status";
|
name = "PostgreSQL-status";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
url = "https://grafana.com/api/dashboards/9628/revisions/8/download";
|
url = "https://grafana.com/api/dashboards/9628/revisions/8/download";
|
||||||
hash = "sha256-UhusNAZbyt7fJV/DhFUK4FKOmnTpG0R15YO2r+nDnMc=";
|
sha256 = "sha256-UhusNAZbyt7fJV/DhFUK4FKOmnTpG0R15YO2r+nDnMc=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue