mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/nextcloud: add monitoring
This commit is contained in:
parent
d28d38bc23
commit
1e5bc4cf7e
5 changed files with 696 additions and 2 deletions
|
@ -49,6 +49,15 @@ in
|
|||
hash = "sha256-T1HqWbwt+i/We+Y2B7hcl3CijGxZF5QI38aPcXjk9y0=";
|
||||
};
|
||||
|
||||
nextcloud = (buildGrafanaDashboard {
|
||||
id = 9632;
|
||||
pname = "nextcloud";
|
||||
version = "1";
|
||||
hash = "sha256-Z28Q/sMg3jxglkszAs83IpL8f4p9loNnTQzjc3S/SAQ=";
|
||||
}).overrideAttrs (self: super: {
|
||||
src = ./nextcloud.json; # sadly only imported dashboards work
|
||||
});
|
||||
|
||||
# navidrome = buildGrafanaDashboard {
|
||||
# id = 18038;
|
||||
# pname = "navidrome";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue