service/prometheus: enable systemd dashboard

This commit is contained in:
Felix Buehler 2023-04-16 17:49:23 +02:00
parent 2ac7c4e596
commit d28d38bc23
3 changed files with 708 additions and 0 deletions

View file

@ -33,6 +33,14 @@ in
version = "31";
hash = "sha256-QsRHsnayYRRGc+2MfhaKGYpNdH02PesnR5b50MDzHIg=";
};
node-systemd = (buildGrafanaDashboard {
id = 1617;
pname = "node-systemd";
version = "1";
hash = "sha256-MEWU5rIqlbaGu3elqdSoMZfbk67WDnH0VWuC8FqZ8v8=";
}).overrideAttrs (self: super: {
src = ./node-systemd.json; # sadly only imported dashboards work
});
nginx = buildGrafanaDashboard {
id = 12708;