mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/navidrome: enable monitoring and sharing
This commit is contained in:
parent
19f1eec29b
commit
b0c2432072
3 changed files with 1469 additions and 34 deletions
|
@ -58,13 +58,14 @@ in
|
|||
src = ./nextcloud.json; # sadly only imported dashboards work
|
||||
});
|
||||
|
||||
# navidrome = buildGrafanaDashboard {
|
||||
# id = 18038;
|
||||
# pname = "navidrome";
|
||||
# version = "1";
|
||||
# hash = "sha256-MU890UAEI9wrnVIC/R0HkYwFa6mJ8Y7ESAWuaSQ8FQ8=";
|
||||
# };
|
||||
|
||||
navidrome = (buildGrafanaDashboard {
|
||||
id = 18038;
|
||||
pname = "navidrome";
|
||||
version = "1";
|
||||
hash = "sha256-MU890UAEI9wrnVIC/R0HkYwFa6mJ8Y7ESAWuaSQ8FQ8=";
|
||||
}).overrideAttrs (self: super: {
|
||||
src = ./navidrome.json; # sadly data source is not detected
|
||||
});
|
||||
|
||||
loki = (buildGrafanaDashboard {
|
||||
id = 13407;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue