service/navidrome: add alert if nothing found

This commit is contained in:
Felix Buehler 2023-06-18 22:53:01 +02:00
parent d8167a55ab
commit 10ed6d0ec4

View file

@ -83,6 +83,13 @@ in
];
};
my.services.prometheus.rules = {
navidrome_not_enough_albums = {
condition = ''http_navidrome_album_count != 1'';
description = "navidrome: not enough albums as expected: {{$value}}";
};
};
webapps.apps.navidrome = {
dashboard = {
name = "Music";