mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/grafana: add monitoring
This commit is contained in:
parent
ffd5c8b5c1
commit
db8924bcc2
3 changed files with 1318 additions and 1 deletions
|
@ -63,4 +63,11 @@ in
|
|||
}).overrideAttrs (self: super: {
|
||||
src = ./gitea.json; # sadly not yet updated to latest grafana
|
||||
});
|
||||
grafana = (buildGrafanaDashboard {
|
||||
id = 3590;
|
||||
pname = "grafana";
|
||||
version = "3";
|
||||
}).overrideAttrs (self: super: {
|
||||
src = ./grafana.json; # sadly only imported dashboards work
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue