mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/prometheus: enable systemd dashboard
This commit is contained in:
parent
2ac7c4e596
commit
d28d38bc23
3 changed files with 708 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue