service/nextcloud: add monitoring

This commit is contained in:
Felix Buehler 2023-04-16 18:15:53 +02:00
parent d28d38bc23
commit 1e5bc4cf7e
5 changed files with 696 additions and 2 deletions

View file

@ -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";